mgomez03
05-19-2006, 11:49 PM
Still new to server-side stuff so bear with my noobness. I'm playing around with the Yahoo Geocoding API. Yahoo limits the API to 5000 calls per IP address in 24-hour blocks.
So if understand this corrrectly, from my own computer, I can make 5000 requests. No big deal.
However, say I decide to make a public website incorporating said API. It's likely that calls will then be made via a .php script instead. Dumb question, but does this mean that my hosting server is now the [lone IP address] calling and if 5000 different users call on the script just once, no more calls for the rest of the day?
Or will the API know that 5000 different IPs are making the calls?
So if understand this corrrectly, from my own computer, I can make 5000 requests. No big deal.
However, say I decide to make a public website incorporating said API. It's likely that calls will then be made via a .php script instead. Dumb question, but does this mean that my hosting server is now the [lone IP address] calling and if 5000 different users call on the script just once, no more calls for the rest of the day?
Or will the API know that 5000 different IPs are making the calls?