I've been looking around on this and it all seems a wee bit confusing,
so I'm hoping to get a little clarification :)

Basically, if I have a request handler that initiates a transaction,
and in that transaction some models are fetched and modified, will a
subsequent request be guaranteed to see the updated models in its own
transaction? Even if it comes immediately after the first request?
Talking about a high replication app here.

The models in question are fetched using a couple of queries, all of
which are ancestor queries.

Hoping someone can help :) Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to