Re: Acting on threads by socket events.

2008-12-18 Thread uprooter
Bill Barker-2 wrote: > > Can't be done unless the servlet periodically writes (and flushes) to the > OutputStream. > Many thanks bill. I don't want to periodically write as im planning to hold many connections waiting for the server. Does SOAP/TCP or NIOconnector can help me with that ? -- V

Re: Acting on threads by socket events.

2008-12-17 Thread Bill Barker
"uprooter" 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