From: Jeff Trawick Date: Fri, 20 May 2005 10:30:29 +0000 (+0000) Subject: just had a duplicate PR report the issue with transient thread X-Git-Tag: 2.0.55~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a604401d619b6d6abd6912292a85c686e8e0fb0d;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/STATUS b/STATUS index 5e686911aca..e3e8e27d3fe 100644 --- 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