NAME
APR::BucketAlloc - Perl API for apr_bucket_alloc_t
Synopsis
Description
APR::BucketAlloc
is for bucket allocation.
At the moment APR::BucketAlloc
is a virtual class, which doesn't exists as a module/package - so you don't need to load it, nor does it contain any callable methods or functions.
Objects blessed into APR::BucketAlloc
class, are returned by $c->bucket_alloc
and used by APR::Brigade->new
.
At the moment it can be used only inside httpd. In order to be usable outside httpd we may need to create a real package and provide an alternative method to buckets allocation. It'll be added as soon as there will be a need for that functionality.
See Also
Copyright
mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0.