Hi,

We have an app wherein a Datastore entity is written to by a Python module 
(using NDB), and then in an immediately following request, read from, using 
the entity's key, by a Java module. In a situation where the app was 
heavily loaded, it seemed like the Java module was reading stale data. The 
Datastore documentation says that lookup-by-key requests are strongly 
consistent, but does that apply even when writes are from a Python module 
and reads are from a Java module?

Thanks,

--Jon

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/433e7300-7565-4585-83cc-4dafe79736f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to