From: | "Zachery Jensen" <zjensen(at)edustructures(dot)com> |
---|---|
To: | <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: mysql/posgresql pooling |
Date: | 2005-05-03 15:49:24 |
Message-ID: | 7C1F799CD6F85F4693C5B51236BA899BC4842B@mail1.planetsoftware.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
"Resin uses its own pooling mechanism."
This would indicate that you need help from the Resin folks, not the
pgsql folks.
-Zac
-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Nico
Sent: Tuesday, May 03, 2005 6:54 AM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] mysql/posgresql pooling
Hi, I run a servlet that runs on a Resin 3.0.2-webserver with MySQL and
PostgreSQL database server.
Operating system is Red Hat Enterprise Linux ES release 3 (Taroon Update
4).
Resin uses its own pooling mechanism. I can make normal connections
through
both MySQL and PostgreSQL. However, when I try to get a connection from
a
pool, only MySQL connections are returned. How do I tell my servlet it
needs
a PostgreSQL connection instead of MySQL?
Kind regards,
Nico.
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
From | Date | Subject | |
---|---|---|---|
Next Message | Nico | 2005-05-03 15:59:18 | Re: mysql/posgresql pooling |
Previous Message | Nico | 2005-05-03 12:53:31 | mysql/posgresql pooling |