The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XAO::PreLoad - helps apache pre-load most popular XAO modules

SYNOPSIS

In the main httpd.conf, not in virtual host section:

 PerlModule XAO::PreLoad

DESCRIPTION

The module does not provide any useful functionality at this point, it simply pre-loads most of XAO modules.

The idea of pre-loading is to let mod_perl compile modules before any childs are forked off therefore letting all childs reduce startup time and reduce memory usage (because most of the pre-compiled code stays shared in forked childs).

EXPORTS

Nothing.

AUTHOR

Copyright (c) 2005 Andrew Maltsev

Copyright (c) 2001-2004 Andrew Maltsev, XAO Inc.

<am@ejelta.com> -- http://ejelta.com/xao/

SEE ALSO

Recommended reading: Apache::XAO, Apache, XAO::Web.