in reply to Re^3: Perl needs Zend (mod_perl vs. fastcgi)
in thread Perl needs Zend

"Giving perl programs full access to the guts of apache is arguably a bad idea."

You must be joking. Full access to Apache's API is exactly what makes mod_perl such a great idea. If you require less than full access then those hooks for each request phase that you mention can be enabled or not, one by one. You don't hear many experienced Perl programmers on dedicated servers complaining about having too much power, because we love it. Despite the hype and FUD nothing else even comes close.

  • Comment on Re^4: Perl needs Zend (mod_perl vs. fastcgi)