"Waseem Azhar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Could sombody tell me how tomcat release/reclaim it threads after serving > request. I have a situation where i have no activity going on in my webapp > but still thread usage is 61 with status (service/stage). I have allocated > total 100 threads. While monitoring i have the following status message : > > Current Thread count : 100 , Current Threads Busy : 61 >
The "Current Threads Busy" includes request threads that are blocked on Keep-Alive waits. If you are using the AJP/1.3 connector, this is normal with the default settings (connectionTimeout = infinite). If you are using the HTTP/1.1 connector with a large value for connectionTimeout, this would also be normal. > I don't know why 61 threads are busy , Generally tomcat should reclaim > those > threds. Is there any configuration required to specify the time to reclaim > threads ?? > > Please help, thanks in Advance. > > -Azhar > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]