Commit 16a8cc91 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

just had a duplicate PR report the issue with transient thread

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
parent cbc51d2b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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