geogan
Distinguished
I am the only one running the script and as such only one request from me every 2 minutes shouldn't bring down any server. In contrast scalpers run their scripts in a loop usually every second.
Every second?? That is crazy. That is continuously hammering the web server and slowing it down for everyone else - especially if the script is stupid and requests the entire page and everything on it (html, css, js files) every time. That could be 20-30 requests and maybe 1-2Mb of files every time.
Even every 2 minutes is too much IMO.
I have monitoring set up on a few sites, but I have set it randomly to between 35 minute and 1 hour between polling as interval.