On Fri, 4 Feb 2005 14:55:05 +1300, Dan Horne <[EMAIL PROTECTED]> wrote: > Alas, there are still a few of us (just me?) using standard CGI rather than > mod_perl
I still use it too. Once you have a bunch mod_perl apps running on a single apache server, you start running out of memory very quickly. And a lot of the stuff I write for my clients just doesn't need the power, so CGI is good enough. If the hits start coming in too quickly, I just slap on PersistentPerl with no changes needed (just the instance script). mod_perl is great, but it doesn't fit every task... Cheers, Cees --------------------------------------------------------------------- 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]
