From: Ryan Bloom Date: Mon, 8 Apr 2002 14:04:16 +0000 (+0000) Subject: I port perchild last week. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6478bc90e68f993cfd484b6533351ce4baead00;p=apache I port perchild last week. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94535 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index dac0893ff6..91c9a74d9e 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/04/08 14:00:46 $] +Last modified at [$Date: 2002/04/08 14:04:16 $] Release: @@ -117,11 +117,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Convert all instances of the old apr_lock_t type to the new types. - Status: Aaron has converted all but the perchild MPM to - use the new lock API. Since perchild has been put - on the back burner, this is no longer a showstopper. - Aaron will patch perchild as soon as it becomes - buildable again. * With AP_MODE_EXHAUSTIVE in the core, it is finally clear to me how the Perchild MPM should be re-written. It hasn't worked