Re: pgSQL connection pooling

2002-08-27 Thread Alexander Wallace
On Mon, 2002-08-19 at 15:04, Felipe Schnack wrote: Well, this poolman isn't updated anymore... how can I use tomcat's own connectionpooling? IF you still need help with using tomcat's connection pooling with postgresql, let me know, I'm using that. On Mon, 2002-08-19 at 10:51, V.

pgSQL connection pooling

2002-08-19 Thread Felipe Schnack
Anyone uses pgSQL with Tomcat 4? I'm starting a project with it and would like to know if the ConnectionPooling provided with the jdbc drivers for this database are good or not. -- Felipe Schnack Analista de Sistemas [EMAIL PROTECTED] Cel.: (51)91287530 Linux Counter #281893 Faculdade

Re: pgSQL connection pooling

2002-08-19 Thread V. Cekvenich
This should be a faq: http://poolman.sf.net is perhaps most popular (but not updated). Tomcat comes with it's own (but can't be unit tested) and... a good sample good practices tomcat web app is at basicPortal.sh.net. hth, V. Felipe Schnack wrote: Anyone uses pgSQL with Tomcat 4? I'm

Re: pgSQL connection pooling

2002-08-19 Thread Felipe Schnack
Well, this poolman isn't updated anymore... how can I use tomcat's own connectionpooling? On Mon, 2002-08-19 at 10:51, V. Cekvenich wrote: This should be a faq: http://poolman.sf.net is perhaps most popular (but not updated). Tomcat comes with it's own (but can't be unit tested)

RE: pgSQL connection pooling

2002-08-19 Thread Turner, John
]] Sent: Monday, August 19, 2002 10:04 AM To: Tomcat Users List Subject: Re: pgSQL connection pooling Well, this poolman isn't updated anymore... how can I use tomcat's own connectionpooling? On Mon, 2002-08-19 at 10:51, V. Cekvenich wrote: This should be a faq: http://poolman.sf.net is perhaps

Re: pgSQL connection pooling

2002-08-19 Thread Ned Wolpert
Well, PoolMan 2.0.4 is still good, and PoolMan isn't dead its 'resting'. :-) BTW, pgsql 7.3 JDBC driver has pooling... catch is you've got to build it from the CVS repository. Check out org.postgresql.jdbc2.optionl.PoolingDataSource On Mon, 2002-08-19 at 07:04, Felipe Schnack wrote:

Re: pgSQL connection pooling

2002-08-19 Thread Ned Wolpert
Ooop... forgot; download poolman 2.0.4 at http://sourceforge.net/projects/poolman/ On Mon, 2002-08-19 at 07:23, Ned Wolpert wrote: Well, PoolMan 2.0.4 is still good, and PoolMan isn't dead its 'resting'. :-) BTW, pgsql 7.3 JDBC driver has pooling... catch is you've got to build it