in reply to Re^3: PHP over perl
in thread PHP over perl
The big difference there is that mod_php is able to restart the PHP interpreter for each request. (You can do something similar with mod_perl, as I've pointed in the past, but no ISP is going to bother.) And from a security perspective, mod_php runs as the web server user, just like mod_perl does.
Frankly, I'm not sure why people are still talking about this, when so many cheap ISPs support FastCGI. You can run PHP or Perl on FastCGI without any security concerns beyond those of CGI. If you run a dedicated server, you can use mod_php or mod_perl for more features. Seems like a done deal to me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: PHP over perl
by Your Mother (Archbishop) on Feb 10, 2009 at 21:12 UTC | |
by perrin (Chancellor) on Feb 10, 2009 at 22:12 UTC |