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
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.