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
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:
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