>From the google FAQ: "If more than 15,000 geocodes requests in a 24 hour period are received from a single IP address, or geocode requests are submitted from a single IP address at too fast a rate, the Maps API geocoder will begin responding with a status code of 620. If excessive geocoder usage continues, access to the Maps API geocoder from this IP address may be blocked permanently"
so I ask, how much is "too fast a rate"? I'm writing a script which reads data from a csv, geocodes it, and inserts it into a mysql database. There are 250 items in the list and it takes about a minute to complete? So I assume that 250 / minute is "too fast". How many records should I try and geocode at a time? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
