From: Jeff Trawick Date: Tue, 26 Jun 2001 11:59:50 +0000 (+0000) Subject: mention a problem with prefork X-Git-Tag: 2.0.19~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c973418d1c0dd0cc6db01f9153d02c1cb841bc;p=thirdparty%2Fapache%2Fhttpd.git mention a problem with prefork git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89417 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a56607afb78..ae709fe1f37 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/06/18 12:52:21 $] +Last modified at [$Date: 2001/06/26 11:59:50 $] Release: @@ -379,6 +379,10 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * callers of ap_run_create_request() should check the return value for failure (Doug volunteers) + * when prefork bails out due to an initialization error in the detached + process (e.g., mutex init failure), other children (cgid, at least) + are left hanging around + PRs that have been suspended forever waiting for someone to put them into 'the next release':