Re: finding a resource leak commons.dbcp

2005-10-04 Thread Martin Gainty
sday, October 04, 2005 9:06 AM Subject: finding a resource leak commons.dbcp Hi, I'm running a struts application using the commons.dbcp BasicDataSource as part of a connection pool for interacting with a MySQL database. I *think* my application has a pool 'leak' in that it will

finding a resource leak commons.dbcp

2005-10-04 Thread Paul Danese
Hi, I’m running a struts application using the commons.dbcp BasicDataSource as part of a connection pool for interacting with a MySQL database. I *think* my application has a pool ‘leak’ in that it will periodically ‘hang’ until I re-start the server, but I’m not positive about this explanation.