"uprooter" <uproo...@gmail.com> wrote in message 
news:21057805.p...@talk.nabble.com...
>
> Hello.
> I'm trying to overcome 2 of tomcat limitations that prevent me from 
> rolling
> my project on it.
> The limitations are:
> 1. Tomcat can't detect a lost of connection while the server is 
> processing.
Can't be done unless the servlet periodically writes (and flushes) to the 
OutputStream.

> 2. If I want my servlet to halt the processing but and keep the connection
> open tomcat will just halt that
> thread and not use it for another processing.
>
This is the Comet API.  It is available with TC 6.

> How can I implement a supervisor or an observer that can act on tomcat
> threads according to socket events ?
>
>
>
> -- 
> View this message in context: 
> http://www.nabble.com/Acting-on-threads-by-socket-events.-tp21057805p21057805.html
> Sent from the Tomcat - User mailing list archive at Nabble.com. 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to