~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy-updates

« back to all changes in this revision

Viewing changes to docs/api/APR/BucketAlloc.pod

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=head1 NAME
 
2
 
 
3
APR::BucketAlloc - Perl API for apr_bucket_alloc_t
 
4
 
 
5
 
 
6
 
 
7
 
 
8
=head1 Synopsis
 
9
 
 
10
 
 
11
 
 
12
 
 
13
=head1 Description
 
14
 
 
15
At the moment C<APR::BucketAlloc> is a virtual class, which doesn't
 
16
exists as a module/package - so you don't need to load it, nor does it
 
17
contain any callable methods or functions.
 
18
 
 
19
Objects blessed into C<APR::BucketAlloc> class, are returned by
 
20
C<L<$c-E<gt>bucket_alloc|docs::2.0::api::Apache::Connection/C_bucket_alloc_>>
 
21
and used by
 
22
C<L<APR::Brigade-E<gt>new|docs::2.0::api::APR::Brigade/C_new_>>.
 
23
 
 
24
At the moment it can be used only inside httpd. In order to be usable
 
25
outside httpd we may need to create a real package and provide an
 
26
alternative method to buckets allocation. It'll be added as soon as
 
27
there will be a need for that functionality.
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
=head1 See Also
 
35
 
 
36
L<mod_perl 2.0 documentation|docs::2.0::index>.
 
37
 
 
38
 
 
39
 
 
40
 
 
41
=head1 Copyright
 
42
 
 
43
mod_perl 2.0 and its core modules are copyrighted under
 
44
The Apache Software License, Version 1.1.
 
45
 
 
46
 
 
47
 
 
48
 
 
49
=head1 Authors
 
50
 
 
51
L<The mod_perl development team and numerous
 
52
contributors|about::contributors::people>.
 
53
 
 
54
=cut
 
55