Re: thread recovery

2016-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mahudeswaran, On 4/25/16 2:03 AM, Mahudeswaran A wrote: > Let's assume mutex.wait being called in one of the tomcat thread. > The thread state is still RUNNABLE but the thread does nothing and > just waiting. > > Is there any functionality in

thread recovery

2016-04-25 Thread Mahudeswaran A
Hi All, Let's assume mutex.wait being called in one of the tomcat thread. The thread state is still RUNNABLE but the thread does nothing and just waiting. Is there any functionality in tomcat to automatically recovery for these threads either through some configurations? For e.g. if there are

Idle thread recovery?

2008-01-25 Thread Craig Berry
My tomcat 6.014 instance is configured with an HTTP 1.1 listener with maxSpareThreads=50, but after a period of heavy use that allocates 200 connector threads, when usage falls again the extra threads never seem to be shut down. I'd expect to eventually see the connector thread count fall to 50.