2007/10/5, D. Hageman <[EMAIL PROTECTED]>:

> The module will be preloaded just like your script, thus any speed up
> experienced by your script will also be experienced by the module.
>

Hi,

If you don't preload it in startup.pl or with PerlModule directive in
httpd.conf,I don't think registry scripts would be preloaded by apache
defaultly.Yes when first request hit the cgi script,the script would
be parsed and compiled and server that request,then it will be stored
in apache child.Next time if requests are coming,the same cgi script
won't be re-loaded and re-parsed.This was "load by needed",not
preload.

Hope I'm right.If not,please point it out.

Reply via email to