https://issues.apache.org/bugzilla/show_bug.cgi?id=56526
Bug ID: 56526
Summary: New option to interrupt stuck threads
Product: Tomcat 8
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
The StuckThreadDetectionValve is able to detect stuck threads.
It can be improved to also interrupt such threads to try and unblock them in
case they are just stuck in I/O or network calls.
This would be more or less similar to apache httpd TimeOut directive or PHP
max_execution_time
(http://www.php.net/manual/en/info.configuration.php#ini.max-execution-time )
and would protect the tomcat server from slow or non-responding backend
services and unproperly configured timeouts in the application.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]