> From: Pieter Temmerman [mailto:ptemmerman....@sadiel.es]
> Subject: Re: Thread dump analysis
>
> Could it be that Tomcat ran out of connectors (maxThreads
> was hit) and after a while they get closed by the timeout?

Depends on how your DB connector pool is configured.

> This could be a plausible explanation, although, the weird thing still
> is why this coincides with the CPU topping 100%.

Could the infinite loop that these threads sometime get into include 
acquisition of a DB connection at some point inside the loop?  If your DBC pool 
is set to discard unreturned connections after some period of time, it will 
acquire more and those will become available for new requests.

 - 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