Re: DBCP pool always increasing

2002-09-26 Thread Glenn Nielsen
To: Tomcat Users List Subject: Re: DBCP pool always increasing What do you mean by your pool is increasing in size? That the number of open connections to the db is increaing? What is the indicator that this is happening? The more specific you can be the better chance that someone can answer your

Re: DBCP pool always increasing

2002-09-25 Thread Glenn Nielsen
find tomcat bugy, i might downgrade. Amitabh -Original Message- From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 11:04 PM To: Tomcat Users List Subject: Re: DBCP pool always increasing In the config you posted you didn't have RemoveAbandoned

RE: DBCP pool always increasing

2002-09-25 Thread Amitabh Dubey
Subject: Re: DBCP pool always increasing Your config isn't configured to use DBCP. It is missing the following: parameter namefactory/name valueorg.apache.commons.dbcp.BasicDataSourceFactory/value /parameter That is why none of the DBCP

Re: DBCP pool always increasing

2002-09-25 Thread Dennis Muhlestein
:04 PM To: Tomcat Users List Subject: Re: DBCP pool always increasing In the config you posted you didn't have RemoveAbandoned configured, by default is is set to false. You also didn't set the maxActive, by default I believe it is unlimited. An example of your code which uses

DBCP pool always increasing

2002-09-24 Thread Amitabh Dubey
Hello All, I managed to use DBCP with SQL Server and am able to get connections from the pool. After i execute my query, i close the connection also, but it is going back to my pool and i have verified that. However, what I do not understand is this : Why does the pool go on increasing and

Re: DBCP pool always increasing

2002-09-24 Thread Glenn Nielsen
What do you mean by your pool is increasing in size? That the number of open connections to the db is increaing? What is the indicator that this is happening? The more specific you can be the better chance that someone can answer your question. Glenn Amitabh Dubey wrote: Hello All, I

RE: DBCP pool always increasing

2002-09-24 Thread Amitabh Dubey
value was 5 secs. But these values seem to be ignored. So the only sure way out is to close everything explictly. Amitabh -Original Message- From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 7:22 PM To: Tomcat Users List Subject: Re: DBCP pool always increasing

Re: DBCP pool always increasing

2002-09-24 Thread Glenn Nielsen
Users List Subject: Re: DBCP pool always increasing What do you mean by your pool is increasing in size? That the number of open connections to the db is increaing? What is the indicator that this is happening? The more specific you can be the better chance that someone can answer your

RE: DBCP pool always increasing

2002-09-24 Thread Amitabh Dubey
find tomcat bugy, i might downgrade. Amitabh -Original Message- From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 11:04 PM To: Tomcat Users List Subject: Re: DBCP pool always increasing In the config you posted you didn't have RemoveAbandoned configured