]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
just had a duplicate PR report the issue with transient thread
authorJeff Trawick <trawick@apache.org>
Fri, 20 May 2005 10:30:29 +0000 (10:30 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 20 May 2005 10:30:29 +0000 (10:30 +0000)
creation failures bringing down server

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@171092 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5e686911aca86caa0ba96d3a6d04cf714e118bbc..e3e8e27d3febecc7f38a0f30aa81f99b43033851 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -120,6 +120,13 @@ PATCHES TO BACKPORT FROM TRUNK:
        +1: jorton, trawick
        [yes, I will write a CHANGES entry too]
 
+    *) worker mpm: don't take down the whole server for a transient
+       thread creation failure. PR 34514
+         http://svn.apache.org/viewcvs.cgi?rev=168182&view=rev
+         http://svn.apache.org/viewcvs.cgi?rev=168649&view=rev
+           (ignore changes to event MPM, which don't apply to 2.0.x)
+       +1: trawick
+
     *) several changes to improve logging of connection-oriented errors, including
        ap_log_cerror() API (needs minor bump in addition to changes below)
          http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.289&r2=1.291