in reply to Re: •Re: mod_perl vs. mod_php in multi-user environments
in thread mod_perl vs. mod_php in multi-user environments
Or is mod_perl offering much more than mod_php?Yes, but I thought I had already made that point in the first step.
mod_perl is raw access to every phase of the Apache request and service cycle. mod_php is an Apache::Template-like access to the content phase only and thus far more limited.
So to get "mod_perl" to act like PHP, you have to restrict it severely.
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl vs. mod_php in multi-user environments
by crenz (Priest) on May 14, 2003 at 16:34 UTC |