in reply to CGI speed: one script versus many modules

Hi Alan,
Checkout fastcgi is you worry about module loading times and CGI performance.
---------------------------
Dr. Mark Ceulemans
Senior Consultant
IT Masters, Belgium
  • Comment on Re: CGI speed: one script versus many modules

Replies are listed 'Best First'.
Re: Re: CGI speed: one script versus many modules
by perrin (Chancellor) on Jan 08, 2002 at 20:58 UTC
    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.