Intro to Apache - ApacheCon 2005
CGI under mod_perl- Perl interpreter stays in memory, so you don't have to relaunch the interpreter with each CGI invocation.
- Your CGI program also stays in memory, so you don't have to recompile it each time.
- Higher requirement of code quality, WRT global variables, code "strictness", and namespace.
Apache::PerlRun vs Apache::Registry
|
|