The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Apache::Process - Perl API for XXX

Synopsis

  use Apache::Process ();

META: to be completed

Description

META: to be completed

API

Apache::Process provides the following functions and/or methods:

pool

META: Autogenerated - needs to be reviewed/completed

Global pool. Cleared upon normal exit

  $p = $proc->pool();
obj: $proc (Apache::Process)
ret: $p (APR::Pool)

pconf

META: Autogenerated - needs to be reviewed/completed

Configuration pool. Cleared upon restart

  $p = $proc->pconf($newval);
obj: $proc (Apache::Process)
ret: $p (APR::Pool)

short_name

META: Autogenerated - needs to be reviewed/completed

The name of the program used to execute the program

  $short_name = $proc->short_name();
obj: $proc (Apache::Process)
ret: $short_name (string)

See Also

mod_perl 2.0 documentation.

Copyright

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

Authors

The mod_perl development team and numerous contributors.