On Tuesday, March 12, 2013 2:16:50 PM UTC-5, stevep wrote:
1) Any insights why one GAE API call can vary so much within a second or two?
I've had the same experience as well - for instance Memcache calls that usually average a few milliseconds latency suddenly shoot up to 200+ ms latency. Similar things have happened to datastore calls. You're not alone, but there's nothing much that can be done about it. If I had to guess at a root cause, I'd say that the machine running the instance is overwhelmed with work/failing/etc.
On Tuesday, March 12, 2013 2:16:50 PM UTC-5, stevep wrote:
2) Would it make sense to use a deferred function call?
There's probably an equivalent for Python, if you're a Python guy.
-Vinny P