petoxxx Posted May 17, 2009 Share Posted May 17, 2009 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. Any help would be appreciated Quote Link to comment https://forums.phpfreaks.com/topic/158471-diminishing-load-on-servers/ Share on other sites More sharing options...
Daniel0 Posted May 17, 2009 Share Posted May 17, 2009 It would be better to setup load balancing on server level instead. http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html Quote Link to comment https://forums.phpfreaks.com/topic/158471-diminishing-load-on-servers/#findComment-835760 Share on other sites More sharing options...
petoxxx Posted May 17, 2009 Author Share Posted May 17, 2009 but what if i am looking for a script like that! know anyone? Quote Link to comment https://forums.phpfreaks.com/topic/158471-diminishing-load-on-servers/#findComment-836012 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.