~ubuntu-branches/ubuntu/feisty/libapache2-mod-perl2/feisty-security

« back to all changes in this revision

Viewing changes to docs/api/Apache/Process.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
Apache::Process - Perl API for XXX
 
4
 
 
5
 
 
6
 
 
7
 
 
8
=head1 Synopsis
 
9
 
 
10
  use Apache::Process ();
 
11
 
 
12
META: to be completed
 
13
 
 
14
 
 
15
 
 
16
 
 
17
=head1 Description
 
18
 
 
19
META: to be completed
 
20
 
 
21
 
 
22
 
 
23
 
 
24
=head1 API
 
25
 
 
26
C<Apache::Process> provides the following functions and/or methods:
 
27
 
 
28
 
 
29
 
 
30
 
 
31
=head2 C<pool>
 
32
 
 
33
META: Autogenerated - needs to be reviewed/completed
 
34
 
 
35
Global pool. Cleared upon normal exit
 
36
 
 
37
  $p = $proc->pool();
 
38
 
 
39
=over 4
 
40
 
 
41
=item obj: C<$proc> (C<L<Apache::Process|docs::2.0::api::Apache::Process>>)
 
42
 
 
43
=item ret: C<$p> (C<L<APR::Pool|docs::2.0::api::APR::Pool>>)
 
44
 
 
45
=back
 
46
 
 
47
 
 
48
 
 
49
 
 
50
 
 
51
=head2 C<pconf>
 
52
 
 
53
META: Autogenerated - needs to be reviewed/completed
 
54
 
 
55
Configuration pool. Cleared upon restart
 
56
 
 
57
  $p = $proc->pconf($newval);
 
58
 
 
59
=over 4
 
60
 
 
61
=item obj: C<$proc> (C<L<Apache::Process|docs::2.0::api::Apache::Process>>)
 
62
 
 
63
=item ret: C<$p> (C<L<APR::Pool|docs::2.0::api::APR::Pool>>)
 
64
 
 
65
=back
 
66
 
 
67
 
 
68
 
 
69
 
 
70
 
 
71
=head2 C<short_name>
 
72
 
 
73
META: Autogenerated - needs to be reviewed/completed
 
74
 
 
75
The name of the program used to execute the program
 
76
 
 
77
  $short_name = $proc->short_name();
 
78
 
 
79
=over 4
 
80
 
 
81
=item obj: C<$proc> (C<L<Apache::Process|docs::2.0::api::Apache::Process>>)
 
82
 
 
83
=item ret: C<$short_name> (string)
 
84
 
 
85
=back
 
86
 
 
87
 
 
88
 
 
89
 
 
90
=head1 See Also
 
91
 
 
92
L<mod_perl 2.0 documentation|docs::2.0::index>.
 
93
 
 
94
 
 
95
 
 
96
 
 
97
=head1 Copyright
 
98
 
 
99
mod_perl 2.0 and its core modules are copyrighted under
 
100
The Apache Software License, Version 1.1.
 
101
 
 
102
 
 
103
 
 
104
 
 
105
=head1 Authors
 
106
 
 
107
L<The mod_perl development team and numerous
 
108
contributors|about::contributors::people>.
 
109
 
 
110
=cut
 
111