XAO Inc. > XAO-Web-1.05a > XAO::PreLoad

Download:
XAO-Web-1.05a.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: XAO-Web-1.07

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 will stay shared in forked childs).

EXPORTS ^

Nothing.

AUTHOR ^

Copyright (c) 2003 XAO, Inc.

Andrew Maltsev <am@xao.com>.

SEE ALSO ^

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