« Return to Thread: POST request hangs hup

RE: POST request hangs hup

by Caldarale, Charles R :: Rate this Message:

Reply to Author | View in Thread

> From: Ivan Longhi [mailto:ivan.longhi@...]
> Subject: POST request hangs hup
>
> Is there a way to kill a single thread in tomcat whitout
> restarting it?

No.

> Is there a way to limit the max execution time for a single
> thread/request?

No.

You need to fix your webapp, since it has a serious bug resulting in an infinite loop.  Take some thread dumps a few seconds apart to find out where the thread is spending its time.

 - 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-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: POST request hangs hup