[sf-perl] Browser front ends to perl back ends

Steve Fink sphink at gmail.com
Fri Jan 19 11:03:39 PST 2007


One minor note: for what you're doing, I wouldn't bother with mod_perl or
FastCGI. You're either going to be invoking external processes for most of
the work, or your processing is going to swamp the initialization. So they
gain you (almost) nothing; CGI scripts are much more straightforward for
what you're doing. (And in exchange for that almost nothing, you'll have to
deal with weird state preservation issues that you're probably not
accustomed to, coming from a command-line background.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/pipermail/sanfrancisco-pm/attachments/20070119/66354fa0/attachment-0001.html 


More information about the SanFrancisco-pm mailing list