The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

mod_perl 2.0 documentation.

Copyright

mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0.

Authors

The mod_perl development team and numerous contributors.