From: Bill Stoddard Date: Tue, 10 Apr 2001 17:54:35 +0000 (+0000) Subject: More status X-Git-Tag: 2.0.17~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0552a12d4c5d742526de69ebe76b5f61d36063d0;p=apache More status git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88789 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6cc4bea9fd..448fab3423 100644 --- 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