> From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric B.
> Subject: Re: dbcp pool freezing
>
> Then the question becomes why aren't they being returned at
> all?  My timeout is 20secs; I would expect, if the Abandon
> tracking was working properly for me, that the connections
> would be returned after 20secs to the pool, and another
> thread would be able to continue using it.

If, as I suspect, you have a loop somewhere in your webapp that keeps 
requesting connections, each recovered connection would be consumed as soon as 
it's recovered.  The webapp logic would use the connection briefly, then try to 
go back and grab another one, and wait up to 20 seconds for the next connection 
recovery.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to