On Apr 6, 2006, at 15:29, Hon Shi wrote:


Yah, ot I know, but who else writes CGIs but perl guys? :-)

"However, the CGI model has an important drawback: a web server that wants
to use a CGI program must call a new copy in responce to every incoming
web request."

With respect to perl, is that still true?

Yes, unless you use the optimized mod_perl apache module, which will cache the script. I think there's another technology that pre-caches scripts and executes them in the same process space instead of executing a new instance every time, but I forgot what it was called (its been a while since I've done CGI). I think it was FastCGI, or something like that, it was for *NIX.

        dZ.

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to