Comment Re:is mod_perl 2 on on apache 2 faster than mod_pe (Score 1) 165
Apache 2 was faster than Apache 1.3 for me in general, so the answer is "probably yes".
However, I consider (Apache|ModPerl)::Registry.* harmfull in production environment. It makes you think you can get away with quick CGI-script coding and may hit unexpected problems on your way. So if you decide to switch to Apache 2 / mod_perl 2, why not rewrite the thing the Apache::Request(2?) way?
However, I consider (Apache|ModPerl)::Registry.* harmfull in production environment. It makes you think you can get away with quick CGI-script coding and may hit unexpected problems on your way. So if you decide to switch to Apache 2 / mod_perl 2, why not rewrite the thing the Apache::Request(2?) way?