views:

29

answers:

2

Does anyone know where I can find Google API Request Limits for their different services?

On simulating 500+ concurrent users it seems to fail silently fairly often (maybe 1 in 10 loads)

Any ideas?

+1  A: 

The information is in their support resources. I am not aware of a central place, but it's all there. Searching the docs for "request limit" should usually do the trick.

The Geocoding API's limits for example can be found here.

Pekka
A: 

I think they removed the limit recently: can't even find a mention of it in documentation pages where I know for sure that it was mentioned and read about the limit removal somewhere this summer.

Even their new EULA states that their service is not limited but they remain free to limit it however they want at any moment. 500 concurrent users doesn't seem to be that much though, even if limitations where in place; are you sure it's Google what's failing?

Abel Tamayo
Hey, Yeah I'm pretty sure - unless its something going wrong with curl processing the request, the result is completely blank when returned.
kron