hello, I am looking for a php script that helps me diminish load on the server. meaning, i am looking for a script that dynamically reads from a file. This file can be urls or servers. The client connects to a page file and randomly gets redirected to previously read urls found on the file. This helps me edit a few lines on the file, instead of making the client connect all the time to same url which will create a huge server load So i can put in the file , all the addresses needed. And once connected to to that file, automatically and randomly the client gets redirected to the many links (url or server) found on the file.
What you need to find is a file cache routine. http://www.phpclasses.org/browse/class/28/page/2.html Above is a link to a bunch of file cache class's you can use.