in reply to Re: CGI speed: one script versus many modules
in thread CGI speed: one script versus many modules
Yes, a persistent environment is the best way to handle this. FastCGI, mod_perl, SpeedyCGI, PerlEx, etc. Then you can forget about performance tradeoffs (which are pretty small for things like this in most cases) and just build it the way that is easiest for you.