> Now the question is...
> 
> How hard would it be to get the worker threads to block on either the
> socket OR some type of shutdown event, with either satisfying 
> the wait?
> 

ideally :)  i think the problem might be that once you're blocked reading on
a socket, other than shutting down the socket (i.e. Socket.shutdown()),
there's no way to interrupt.  i'm not 100% sure on that, though.  i need to
think about it some more...


> Those extra seconds required for shutdown count when you have to do
> a stop/start of tomcat on a production system.
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to