View Single Post
Old 01-18-2010, 09:38 AM   #5 (permalink)
codefreek
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default

just set your server to handle the traffic, for example at a point when there are a lot of request's on this script. Make a max-limit for the script to be run and redirect -> to offload page after the max-limit has been reached.

you can do a lot of Server/user/etc mangement To handle
this kind of scripts, You should google it.


-CF

PS: Most servers are already setup to give a offload,page
when the traffic is to high, But you could make a side,
script for extra(mangement)
codefreek is offline  
Reply With Quote