]> granicus.if.org Git - apache/commitdiff
And it only took me what, 10 months? :)
authorCliff Woolley <jwoolley@apache.org>
Mon, 1 Apr 2002 21:19:41 +0000 (21:19 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 1 Apr 2002 21:19:41 +0000 (21:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94366 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index 7fd5937a27d7c1556d37a53b384b0fe9e1be33b7..fe905a26c720ee2698209484c36e44c58c4cb6f2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Changes with Apache 2.0.35
 
+  *) Performance: implemented the bucket allocator made possible by the
+     API change in 2.0.34.  [Cliff Woolley]
+
   *) Don't allow initialization to succeed if we can't get a socket
      corresponding to one of the Listen statements.  [Jeff Trawick]
 
diff --git a/STATUS b/STATUS
index 279870bdddde57466c1b7cddddb5806766248ecd..8122ec785d6305c5464d4d83f7af70b44abef2c8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/03/30 23:55:16 $]
+Last modified at [$Date: 2002/04/01 21:19:41 $]
 
 Release:
 
@@ -289,17 +289,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
           This is to facilitate other modules that wish to use the https
           filter or the mod_ssl logic or both as required.
 
-    * Performance & Debug: Eliminate most (and perhaps all) of the 
-      malloc/free calls 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.
-
-          Status: The necessary API changes are in... apr_buckets_alloc.c
-                  just needs to be fleshed out.
-
     * Eliminate unnecessary creation of pipes in mod_cgid
 
     * Combine log_child and piped_log_spawn. Clean up http_log.c.