[EMAIL PROTECTED] wrote:
> Any servlet that Tomcat creates Tomcat will send a destroy 
> to. If you start any threads or singletons from that servlet 
> you need to pass the destroy onto them you're self.
Thanks Lance.

I neglected to mention that Tomcat DOES send the destroy - it just sends 
it after the servlet has relinquished all of its connections. If the 
servlet got the destroy before its connections had been closed, it could 
close the connections at that point and everything would be fine. Is it 
possible to get this behaviour?

Thanks!

/D

-- 
Daniel Aborg - Developer


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to