Thilo Planz wrote:
> Another big difference is that FastCGI runs outside of the Apache > process and cannot bring Apache down. If you have more than one FastCGI > application, they are also separate from eachother. This is a good point. With mod_perl, only the web application can take advantage of the persistent perl. So any cron jobs, etc will need to load their own perl and their own versions of modules. Now on most applications this doesn't really matter. But it might. -- Michael Peters Developer Plus Three, LP --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
