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.
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. 

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