RE: Connection Leakage

2005-05-09 Thread Marsh-Bourdon, Christopher
just connections. Christopher Marsh-Bourdon www.marsh-bourdon.com -Original Message- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: 09 May 2005 11:27 To: user@struts.apache.org Subject: Connection Leakage Hello All, I have got a application which is running live. (Struts with

RE: Connection Leakage

2005-05-09 Thread Mark Benussi
Message- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: 09 May 2005 11:27 To: user@struts.apache.org Subject: Connection Leakage Hello All, I have got a application which is running live. (Struts with the usage of DBCP for connection pooling) We have found a problem that at many places

Connection Leakage

2005-05-09 Thread Shailender Jain
Hello All, I have got a application which is running live. (Struts with the usage of DBCP for connection pooling) We have found a problem that at many places we have not closed the connections. To solve this problem we thought of increasing the number of Maximum active connection. We are also th