|
Under Windows, its a bit more difficult, and also under IIS.
Part of the performance problem, once you've ensured enough memory is on your system for everything to run without swapping, is the time taken to load the .cfg files. You may have a lot of them...
routers.cgi has a caching mode that it can use if you have a persistent web server. IIS can't do this though... Apache can use mod_perl, or speedyCGI under UNIX. So, you may want to consider installing Apache with mod_perl (under windows) and then enable the caching mode (in the routers.conf file).
Anyone have any ideas on improving CGI performance in general under IIS/Windows?
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|