> From: Afkham Azeez [mailto:afk...@gmail.com] > Subject: Terminating long running request threads
> is there a way to get hold of these long running threads > & terminate them? This is not an issue specific to Tomcat; there is no way to safely terminate a Java thread without the cooperation of that thread. Best if you can code your webapp so that your request processors periodically check if they've been running too long and give up if so. - 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: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org