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

Index
Back to mod_perl
Forward to Apache::PerlRun

ApacheCon 2005 : Intro to Apache - Slide #155 of 164