The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.