[Commons-DBCP] Connections not being closed.

2005-03-30 Thread Nathan Smith
(); } ... } finally { _closed = true; } } Nathan Smith Software Developer LabPro 2000 Limited Phone: +64 4 586 6840 Facsimile: +64 4 586 6841 mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.labpro2000.com/ www.labpro2000.com Level 6, Riverside Tower on Daly, 15 Daly Street

[DBCP] HIGH PRIORITY. Code changes to make sure connections are closed.

2005-10-27 Thread Nathan Smith
To the DBCP development team, A while back we had a problem with DBCP not closing connections fully. It went throught the motions of closing the connection, adjusting the active, and inuse counters correctly but the connection never actually was closed. It was however no longer referenced by

Re: [DBCP] HIGH PRIORITY. Code changes to make sure connections are closed.

2005-10-27 Thread Nathan Smith
them look bad when the database side of things doesn't work. People start blaming the Tomcat when it isn't there problem at all. Cheers. David Durham wrote: On 10/27/05, Nathan Smith [EMAIL PROTECTED] wrote: To the DBCP development team, A while back we had a problem with DBCP not closing

Re: [DBCP] HIGH PRIORITY. Code changes to make sure connections are closed.

2005-10-27 Thread Nathan Smith
: On 10/27/05, Nathan Smith [EMAIL PROTECTED] wrote: Hi Dave, I have been wondering whether it's worth while or not carrying on using DBCP. There are many outstanding bugs and hardly any active development on it. One release a year just doesn't cut it for me. I would suggest the Tomcat team

Re: [dbcp] Database connections disappear from the pool

2005-10-30 Thread Nathan Smith
Hi Keijo, refer to previous emails I sent with HIGH PRIORITY in the subject. I would suggest what Dave suggested to me use a package call c3po. You can find it here http://sourceforge.net/projects/c3p0/. Download it to have a read through the documentation, I did and it sounds great. The quy