Re: Multiple .cgi scripts vs. one large script

2006-06-15 Thread Ovid
Adam, How your server is going to load things depends entirely upon the server and its configuration. CGI is slow, ISAPI is faster, mod_perl and FastCGI are faster still. Which one you're using and how you use it will dramatically change things. On the other hand, if you only have a few thou

Re: Multiple .cgi scripts vs. one large script

2006-06-15 Thread Bill Stephenson
On Jun 14, 2006, at 6:40 PM, Hardly Armchair wrote: Hello All, I was wondering if it is more efficient (in terms of speed and processor load) to have two different scripts of approximately the same size called to handle two different functions, or to have one large script handle all cgi func