> From: Nathan Roy [mailto:[EMAIL PROTECTED] 
> Subject: The servlet that would not die. 
> 
> My servlet (I do not own the source code) is randomly getting 
> hung while servicing requests, but Tomcat will not timeout these 
> threads.

You have a bug in the servlet, and you need to fix it, live with it, or
stop using it.  The timeout value is for a connection, not an active
request.  Once a request has been handed off to a thread to process,
it's up to the application code to insure that the request finishes.
There's nothing Tomcat can do for this.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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

Reply via email to