]> granicus.if.org Git - apache/commitdiff
Add pool buckets to the bucket list. These buckets are not currently
authorRyan Bloom <rbb@apache.org>
Tue, 17 Oct 2000 21:53:41 +0000 (21:53 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 17 Oct 2000 21:53:41 +0000 (21:53 +0000)
used although I have begun to test them on my machine.  The idea behind
these buckets is that data allocated out of a pool and put into a bucket
has to survive the death of the pool until the bucket is destroyed.  To
accomplish this, we register a cleanup when we create the bucket.  If the
pool is cleared, the cleanup converts the bucket to a heap bucket and
everything is good.  If the pool isn't cleared, then we kill the cleanup
when the bucket is destroyed.

With this bucket type, all of the core buckets that were listed have been
implemented.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86633 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3b6ee55d559ecfcef83d1cfdcf29e3690bd80e61..ce15d21b652b232133298bc4cf20703590c66b3e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/10/17 00:24:28 $]
+Last modified at [$Date: 2000/10/17 21:53:41 $]
 
 Release:
 
@@ -18,9 +18,6 @@ RELEASE SHOWSTOPPERS:
         Status: patch brought forward from 1.3.14
                 WIN32 and OS2 need review [William Rowe, Brian Harvard]
 
-    * All of the bucket types must be implemented.  The list can be found
-      in src/include/ap_buckets.h.
-
     * Remove Buff from the code.  Some buff functionality is currently 
       missing: input translation filter, translation of protocol data for 
       EBCDIC machines