in reply to modules slowing webpage
see if you can get fastcgi to work with your server. there's a mod_fastcgi for apache and a FCGI/CGI::Fast module for perl.
i like it better than mod_perl because your scripts don't share a global space with every other script on the server.
|
|---|