Ming Deng wrote:
If a client HTTP request takes some time to process on the servlet side, it
is possible that the Tomcat can lose connection to the client in the middle
of this processing time, due to various reasons, for example the client
quit. How can servlet detect such event so it can terminate the server side
processing which is not needed any more
I believe that the only way is to receive IOException while writing to
respone.
--
Mikolaj Rydzewski <[EMAIL PROTECTED]>
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]