mod_perl logo
perl icon







previous page: Apache::PerlSections - Default Handler for Perl sectionspage up: mod_perl APIsnext page: Apache::RequestIO - Perl API for Apache request record IO


Apache::Process - Perl API for XXX











Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet
The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes
mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford


Table of Contents

Synopsis

  use Apache::Process ();

META: to be completed



TOP

Description

META: to be completed



TOP

API

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



TOP

pool

META: Autogenerated - needs to be reviewed/completed

Global pool. Cleared upon normal exit

  $p = $proc->pool();


TOP

pconf

META: Autogenerated - needs to be reviewed/completed

Configuration pool. Cleared upon restart

  $p = $proc->pconf($newval);


TOP

short_name

META: Autogenerated - needs to be reviewed/completed

The name of the program used to execute the program

  $short_name = $proc->short_name();


TOP

See Also

mod_perl 2.0 documentation.



TOP

Copyright

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



TOP

Authors

The mod_perl development team and numerous contributors.







TOP
previous page: Apache::PerlSections - Default Handler for Perl sectionspage up: mod_perl APIsnext page: Apache::RequestIO - Perl API for Apache request record IO