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


XAO-Web documentation  | view source Contained in the XAO-Web distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

 PerlModule XAO::PreLoad

DESCRIPTION

Top

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

Top

Nothing.

AUTHOR

Top

Copyright (c) 2005 Andrew Maltsev

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

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

SEE ALSO

Top

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


XAO-Web documentation  | view source Contained in the XAO-Web distribution.