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











Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams
Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet


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