Re: Doubt in threads

2009-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arvind, On 5/2/2009 3:37 AM, S Arvind wrote: > Is there any possibility that tomcat 6 process threads will increase even > in the idle state without working on any request. > > since if i check the tomcat thread by > *ps -C java -L -o pid,tid,pcpu,st

Doubt in threads

2009-05-02 Thread S Arvind
Is there any possibility that tomcat 6 process threads will increase even in the idle state without working on any request. since if i check the tomcat thread by *ps -C java -L -o pid,tid,pcpu,state,args | grep tomcat6 | wc -l * in cent os after few hrs it get increased. Is it tomcat's behaviour