Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 87382 invoked by uid 500); 7 Sep 2001 20:08:17 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 87348 invoked by uid 500); 7 Sep 2001 20:08:17 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 7 Sep 2001 20:05:07 -0000 Message-ID: <20010907200507.24550.qmail@icarus.apache.org> From: jwoolley@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jwoolley 01/09/07 13:05:07 Modified: . STATUS Log: Bright and sunny in C'ville... Revision Changes Path 1.287 +10 -7 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.286 retrieving revision 1.287 diff -u -d -u -r1.286 -r1.287 --- STATUS 2001/09/07 14:01:26 1.286 +++ STATUS 2001/09/07 20:05:06 1.287 @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/09/07 14:01:26 $] +Last modified at [$Date: 2001/09/07 20:05:06 $] Release: @@ -142,12 +142,15 @@ longer needed. Enabling simple debugging features like guard bands, double free detection, etc. would be cool but certainly not a hard requirement. - Status: Cliff, David, et al have discussed using the blocks SMS - for this. First step is to s/malloc/apr_sms_malloc/g, etc. - We could then have a thread-private SMS that is pointed - to by the conn_rec's or something so that all calls to - the bucket create functions can pass in that SMS. No locks - required. Should be fast... + + Status: Cliff started to implement this using SMS as has + been discussed at length for months, but since + SMS is not being used anywhere else in the server, + several people expressed the opinion that we should + get rid of it entirely, meaning that the buckets + need their own memory management (free list) functions. + Cliff will implement that this weekend so we at least + have something to look at/compare with. * Eliminate unnecessary creation of pipes in mod_cgid