RE : A proper way to stop thread ?

2003-11-20 Thread Laurent Michenaud
The goal of the timer is to update a cache. Thanks for the idea of the context listener. -Message d'origine- De : Shapira, Yoav [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 novembre 2003 17:30 À : Tomcat Users List Objet : RE: A proper way to stop thread ? Howdy, >We are usi

RE: A proper way to stop thread ?

2003-11-20 Thread Shapira, Yoav
Howdy, >We are using Timer in our web application. > >We are wondering how to stop the Timer when tomcat shutdown. > >For the moment, we add Timer.cancel() in the destroy() of the servlet >that launches the Timer. > >I don't know if it is good or not. > >When is a servlet killed ? at tomcat shutd

RE : A proper way to stop thread ?

2003-11-20 Thread eric perso
Put it on null ,not? > -Original Message- > From: Laurent Michenaud [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 20, 2003 5:26 PM > To: [EMAIL PROTECTED] > Subject: A proper way to stop thread ? > > > Hi, > > We are using Timer in our web application. > > We are wondering ho