]> granicus.if.org Git - apache/commitdiff
More status
authorBill Stoddard <stoddard@apache.org>
Tue, 10 Apr 2001 17:54:35 +0000 (17:54 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 10 Apr 2001 17:54:35 +0000 (17:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88789 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6cc4bea9fd33e12d07effe560149236b733431c5..448fab3423c7b8a8fd2504fbe994b50820ac9f96 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/04/10 17:32:08 $]
+Last modified at [$Date: 2001/04/10 17:54:35 $]
 
 Release:
 
@@ -97,8 +97,29 @@ RELEASE SHOWSTOPPERS:
         MsgId: <20010227104646.E2297@lyra.org>
         MsgId: <3A9C0097.9C83F07C@Golux.Com>
 
+    * 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.
+
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * mod_tls is very specific to OpenSSL. Make the API calls
+      more generic to support other encryption libraries.
+
+    * Performance & Debug: Eliminate most (and perhaps all) of the 
+      malloc/calloc/frees in the bucket brigade code.  Need some 
+      light weight memory management functions that allow freeing 
+      memory (putting it back into a memory pool) when it is no 
+      longer needed. Enabling simple debugging features like guard
+      bands, double free detection, etc. would be cool but certainly
+      not a hard requirement.
+
     * Eliminate unnecessary creation of pipes in mod_cgid
 
     * the autoconf setup should be fixed to default to using the