RE: Dead threads

2003-11-21 Thread Shapira, Yoav
: Dead threads I can't find it. Could u or anybody else post the code ? Thanks -Message d'origine- De : Shapira, Yoav [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 novembre 2003 14:42 À : Tomcat Users List Objet : RE: Dead threads Howdy, If a thread is dead it will have been GCed. Use

RE: Dead threads

2003-11-20 Thread Shapira, Yoav
Howdy, If a thread is dead it will have been GCed. Use a thread dump (kill -s QUIT processId) to get the current list of threads and what they're doing on stdout. There are also programmatic ways to go about this: I've posted at least three times in the past the complete code for a

RE : Dead threads

2003-11-20 Thread Laurent Michenaud
I can't find it. Could u or anybody else post the code ? Thanks -Message d'origine- De : Shapira, Yoav [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 novembre 2003 14:42 À : Tomcat Users List Objet : RE: Dead threads Howdy, If a thread is dead it will have been GCed. Use a thread dump

Re: Dead threads

2003-11-20 Thread Antony Paul
threads I can't find it. Could u or anybody else post the code ? Thanks -Message d'origine- De : Shapira, Yoav [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 novembre 2003 14:42 À : Tomcat Users List Objet : RE: Dead threads Howdy, If a thread is dead it will have been GCed. Use