From: Ryan Bloom Date: Tue, 17 Oct 2000 21:53:41 +0000 (+0000) Subject: Add pool buckets to the bucket list. These buckets are not currently X-Git-Tag: APACHE_2_0_ALPHA_8~333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e50f54807be6955689994e7b78b210b621687f0f;p=apache Add pool buckets to the bucket list. These buckets are not currently 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 --- diff --git a/STATUS b/STATUS index 3b6ee55d55..ce15d21b65 100644 --- 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