Hm. This sounds a little counter intuitive. If you have threadsafe enabled, 
the instance is able to process another request while a synchronous 
datastore operation is in effect. The async ops should be most helpful when 
you have threadsafe disabled. It sounds like there might be something else 
going on. Maybe you're gaining by avoiding some badness with the GIL, or 
maybe you're taking advantage of temporal locality with respect to L1/L2 
caches, although I doubt the effect would be that big. Or maybe I'm 
completely missing something.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Yt9oGLwjr7MJ.
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-appengine?hl=en.

Reply via email to