[htmltmpl] speeding up an h-t website on a windoze box
Brought to you by:
samtregar
From: Puneet K. <pk...@ei...> - 2004-04-17 19:10:17
|
I want to experience the dizzying effect of speed on Windoze. Mod_perl is out because the server might be running IIS (and even if it isn't, I am sure my script will have to be re-hacked). I was hoping for IPC-SharedCache, but that doesn't seem possible on Win. I tried CGI-Simple for some modest speed increase, but that croaked because I am also using CGI-Session and I couldn't figure out how to make CGI-Session work with CGI-Simple. Other than simply increasing the hardware capability, are there any insights on what I can do? My app is a single cgi script and uses DBI, Storable, CGI, CGI-Session, and, of course, H-T. Thanks. |