"Ming Deng" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Even though servlet can't detect that kind of events, will Tomcat be aware
> of such events in its internal process?
>

Generally, no Tomcat won't be aware of such an event until it attempts to 
write on the Socket.  It doesn't pay attention to the Socket while the 
Servlet is processing.

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




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