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: dev@tomcat.apache.org
          Reporter: slaur...@apache.org

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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to