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();
- arg1:
$proc
(Apache::Process
) - ret:
$p
(APR::Pool
)
pconf
META: Autogenerated - needs to be reviewed/completed
Configuration pool. Cleared upon restart
$p = $proc->pconf($newval);
- arg1:
$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();
- arg1:
$proc
(Apache::Process
) - ret:
$short_name
(string)
See Also
Copyright
mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.