Quote:
Originally Posted by sortie
The script just reads a directory and some files and prints the page but this seems to cause a load on the cpu according to phatservers.
|
Redo the script to output an html file and then send users to that html file. Relaunch the script as needed, that way you'll keep load time much much lower. Go static instead of dynamic. Reload the script every few minutes if needed but it will keep your cpu load much lower.
WG