Thread: Connection Pooling
Hello. Does the JDBC driver support connection pooling? If so, where is the documentation for this, including examples. Thank-you for your time. Sean Alphonse.
Check out PoolMan from www.codestudio.com. (Use version 2.0.4 rather than the beta of 2.1.) It works fine with the JDBC driver. On Tue, 2002-02-12 at 21:59, Sean Alphonse wrote: > Hello. > > Does the JDBC driver support connection pooling? > If so, where is the documentation for this, including examples. > Thank-you for your time. > > Sean Alphonse. > > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org -- Virtually, Ned Wolpert <ned.wolpert@knowledgenet.com> D08C2F45: 28E7 56CB 58AC C622 5A51 3C42 8B2B 2739 D08C 2F45
Attachment
Can you please tell me what is the problem with 2.1-b1? -----Original Message----- From: Ned Wolpert <ned.wolpert@knowledgenet.com> To: Sean Alphonse <salphonse@shaw.ca> Cc: pgsql-jdbc <pgsql-jdbc@postgresql.org> Date: Wednesday, February 13, 2002 4:22 PM Subject: Re: [JDBC] Connection Pooling Check out PoolMan from www.codestudio.com. (Use version 2.0.4 rather than the beta of 2.1.) It works fine with the JDBC driver. On Tue, 2002-02-12 at 21:59, Sean Alphonse wrote: > Hello. > > Does the JDBC driver support connection pooling? > If so, where is the documentation for this, including examples. > Thank-you for your time. > > Sean Alphonse. > > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org -- Virtually, Ned Wolpert <ned.wolpert@knowledgenet.com> D08C2F45: 28E7 56CB 58AC C622 5A51 3C42 8B2B 2739 D08C 2F45
2.1b1 has failures in multi-threaded enviroments when its updating its internal list of connections. (Its an error when the list object is updated while its in use) I know some folks reporting this problem to PoolMan's author, but they never got a response. On Fri, 2002-02-15 at 11:44, Mihai Gheorghiu wrote: > Can you please tell me what is the problem with 2.1-b1? > > -----Original Message----- > From: Ned Wolpert <ned.wolpert@knowledgenet.com> > To: Sean Alphonse <salphonse@shaw.ca> > Cc: pgsql-jdbc <pgsql-jdbc@postgresql.org> > Date: Wednesday, February 13, 2002 4:22 PM > Subject: Re: [JDBC] Connection Pooling > > > Check out PoolMan from www.codestudio.com. (Use version 2.0.4 rather > than the beta of 2.1.) It works fine with the JDBC driver. > > On Tue, 2002-02-12 at 21:59, Sean Alphonse wrote: > > Hello. > > > > Does the JDBC driver support connection pooling? > > If so, where is the documentation for this, including examples. > > Thank-you for your time. > > > > Sean Alphonse. > > > > > > ---------------------------(end of broadcast)--------------------------- > > TIP 6: Have you searched our list archives? > > > > http://archives.postgresql.org > -- > > Virtually, > Ned Wolpert <ned.wolpert@knowledgenet.com> > > D08C2F45: 28E7 56CB 58AC C622 5A51 3C42 8B2B 2739 D08C 2F45 > > > > ---------------------------(end of broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly -- Virtually, Ned Wolpert <ned.wolpert@knowledgenet.com> D08C2F45: 28E7 56CB 58AC C622 5A51 3C42 8B2B 2739 D08C 2F45