George Lawrence
unread,Jan 5, 2012, 8:12:34 PM1/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simp...@googlegroups.com
I'm using the Java SimpleGeoStorageClient to send a few thousand Record objects through calls to addOrUpdateRecords(). I'm sending 100 records per call.
Everything works great for a few minutes, then I start getting back response code 400 to all the requests.
I signed up for a Basic account, so I get 5 calls a second. And I make sure that I wait at least 200ms between calls to addOrUpdateRecords().
So...
1. When sending 100 records through a single call to addOrUpdateRecords() does that count as 1 call, or 100?
2. Does the 400 response indicate that I'm calling too often?
3. X-Timing-Stats header looks interesting, but I'm not sure how to interpret the meaning of the value of the header. Is that something you could explain?
4. I assumed that it wasn't possible to exceed the rate... i.e. if i go past what my plan includes, don't you just charge me more? Or is the fact that I'm still within the 60 day free window affect that formula?
Anyway, if switching to the next plan up with solve my problem, I'm happy to do it. I just want to understand it a bit better before I do.
Thanks for your help! Totally appreciated!
-- George