in reply to Porting to mod_perl questions
- No - if your web application is running quickly under a realistic load, then you don't need mod_perl.
- For parsing cookies, CGI.pm can still be used under Apache::Registry, or you can use the much faster Apache::Cookie.
- If you use CGI::Application to build your web app, it will be trivial to port it to Apache::Registry, should you reach a point where mod_cgi is no longer fast enough.
:-)