From: | Aaron Mulder <ammulder(at)alumni(dot)princeton(dot)edu> |
---|---|
To: | PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: DataSource support |
Date: | 2002-10-28 14:40:31 |
Message-ID: | Pine.LNX.4.44.0210280934400.1458-100000@www.princetongames.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On 25 Oct 2002, Victor Rodriguez wrote:
> Hello!
>
> I'm writing a tomcat based web-app that uses the JNDI to obtain JDBC
> DataSources. Is postgres' DataSource support reliable to use on a
> deployed application?
The only issue you may want to be aware of is that the pooling
data source never releases connections. So far, no one's mentioned that
as an issue (this is your chance!).
> Right now I'm using the devpgjdbc3.jar. Is this
> fine or should I use some other driver?
If you're running under JDK 1.4, you can use either the 7.3 beta 3
JDBC3 driver or the dev JDBC3 driver. If you're running under JDK 1.3 and
you want a JDBC2 driver, unfortunately, you need to build the JDBC2 driver
from CVS.
Aaron
From | Date | Subject | |
---|---|---|---|
Next Message | Edwin de Jong | 2002-10-28 15:02:47 | notification support |
Previous Message | Aaron Mulder | 2002-10-28 14:34:37 | Warning: Still No JDBC2 DataSources in builds |