There is a difference between a "query" (getting entities by indexed
properties) and get()/get_by_id() which get a specified object. So if
client A sends the key/id to client B, you'll be fine - client B will
get the latest version of the entity.

Also one other small point - as long as you are caching with memcache,
it will be consistent over nodes. You need to back it with the
datastore in case it is evicted from memcache, but you don't need to
worry about which node you're connected to.

Cheers
Greg.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to