Even though servlet can't detect that kind of events, will Tomcat be aware
of such events in its internal process?



On Sat, Sep 27, 2008 at 5:21 PM, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote:

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

Reply via email to