Re: tomcat incoming requests and thread usage

2007-09-16 Thread Waseem Azhar
How do I take a thread dump ? Are you talking about the heap snapshot/dump ?? Thanks, -Azhar On 9/15/07, Bill Barker <[EMAIL PROTECTED]> wrote: > > "Waseem Azhar" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi, > > > > Could sombody tell me how tomcat release/reclaim it thr

Re: tomcat incoming requests and thread usage

2007-09-14 Thread Bill Barker
"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

Re: tomcat incoming requests and thread usage

2007-09-14 Thread Manivannan Palanichamy
sure that the thread is done. --- Manivannan Palanichamy http://mani.gw.googlepages.com/index.html On 9/14/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Waseem Azhar [mailto:[EMAIL PROTECTED] > > Subject: tomcat incoming requests and thread usage > > &g

RE: tomcat incoming requests and thread usage

2007-09-14 Thread Caldarale, Charles R
> From: Waseem Azhar [mailto:[EMAIL PROTECTED] > Subject: tomcat incoming requests and thread usage > > Could sombody tell me how tomcat release/reclaim it threads > after serving request. Threads return to the pool when the servlet/filter chain does its return. If threads

tomcat incoming requests and thread usage

2007-09-14 Thread Waseem Azhar
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 messag