Hi,

    How to stop or kill a request processing on the server side, once the
client decides to abort the request. For Ex. in our web app, user can send a
request to load a document. While document is being loaded we show users a
processing dialog which has a cancel button. Sometimes document loading can
take a very long time because we do some processing on the document content
before returning it. Meanwhile user might decide to cancel this request by
clicking on the Cancel button. How can I stop the processing of that request
on the server, so that it does not spend any more time on the document
content processing and frees up the CPU and memory.

  Thanks,
  Hiren
 
-- 
View this message in context: 
http://www.nabble.com/How-to-Kill-or-Stop-a-request-processing-on-the-server-side--tp18617782p18617782.html
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


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

Reply via email to