I'm using the jquery cross-domain-request JS script to run a list of names from a database through a criminal record search engine. The JS script uses the "http://query.yahooapis.com/v1/public" vehicle to process the searches to get around the Same Origin Policy. The problem is, my script runs about 200 names over a 2 minute period a few times a day, and this has resulted in my server's IP address being blocked for periods of time and given an 999 error for overloading the server.
Can anyone think of a way around this? It isn't a huge amount of traffic. Like I said, a couple hundred searches maybe 3 or 4 times a day. I can't block my ip address because the script is being run on a webserver (not my personal pc).
I know this is a very random issue, but it is really causing me a lot of problems.