| XAO-Web documentation | view source | Contained in the XAO-Web distribution. |
XAO::PreLoad - helps apache pre-load most popular XAO modules
In the main httpd.conf, not in virtual host section:
PerlModule XAO::PreLoad
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).
Nothing.
Copyright (c) 2005 Andrew Maltsev
Copyright (c) 2001-2004 Andrew Maltsev, XAO Inc.
<am@ejelta.com> -- http://ejelta.com/xao/
Recommended reading: Apache::XAO, Apache, XAO::Web.
| XAO-Web documentation | view source | Contained in the XAO-Web distribution. |