in reply to Perl vs. ModPerl
In fact, you can use mod_perl simply as a CGI accelerator by running under Apache::Registry,or even - egads! - under the wily Apache::PerlRun. In the second case, you would be using mod_perl in a way that's very close to the way you described.
Apache::Registry scripts also cache a compiled version of your code, achieving a much better speed up, but only the cleanest and better structured CGI programs will run without modification under Apache::Registry.
And, as others mentioned, there's much, much more to mod_perl, and the SAMS book "the mod_perl developers' cookbook" is a fantastic guide to it.
Cheers,
alf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl vs. ModPerl
by dsheroh (Monsignor) on May 31, 2002 at 14:06 UTC | |
by alien_life_form (Pilgrim) on May 31, 2002 at 16:34 UTC |