]> granicus.if.org Git - apache/commitdiff
This was done a while ago.
authorRyan Bloom <rbb@apache.org>
Wed, 21 Nov 2001 18:19:06 +0000 (18:19 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 21 Nov 2001 18:19:06 +0000 (18:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92096 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 182847453357dce6229ae5cd626646893b50d5b4..bb2d75cafcf368efcfa527a7ee54c70a4863e8e3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/11/20 03:49:50 $]
+Last modified at [$Date: 2001/11/21 18:19:06 $]
 
 Release:
 
@@ -69,16 +69,6 @@ RELEASE SHOWSTOPPERS:
         Status: Bill has some code in his tree that accomplishes
                 this, and will commit it Friday after it's tested.
 
-    * Usability: Sanitize the MPM config directives.  MaxClients in 
-      the threaded MPM is totally misleading now as it has little to
-      do with limiting the number of clients (it limits the number
-      of child processes). Bill proposed nomenclature change to
-      something like "StartWorkers, MaxWorkers, etc." that could 
-      apply to most all the MPMs (with some notable exceptions).
-      Bill would be happy with changing MaxClients to MaxServers
-      to make it agree with the operation of the StartServers
-      directive.
-
     * revamp the input filter syntax to provide for ordering of
       filters created with the Set{Input|Output}Filter and the
       Add{Input|Output}Filter directives.  At minimum, some sort