From: slaurent Date: Fri, 8 Apr 2011 22:10:37 +0000 (+0000) Subject: bug 50306: Detect stuck threads X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=62600cd70ec7c131db6891fa4bcfbad1e280d4aa;p=tomcat7.0 bug 50306: Detect stuck threads complement to changelog git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1090468 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 047473365..3688ee5f6 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -59,7 +59,7 @@ 50306: New StuckThreadDetectionValve to detect requests that take a long time to process, which might indicate that their processing threads are - stuck. (slaurent) + stuck. (slaurent, based on a patch provided by TomLu)