On Sat, Oct 8, 2011 at 5:16 AM, Johan Euphrosine <[email protected]> wrote:
>
> Nice Article about caching strategies for App Engine apps by +Chris Bunch
> http://www.byzantinereality.com/2011/8/Two-Caching-Strategies-for-App-Engine-apps

That page doesn't seem to allow comments, so I'll have to rant here:

This caching strategy is a terrible idea.  Trust me, it's taken a long
time to work out the kinks in Objectify's transparent memcache.  This
caching strategy will go out of sync under contention.  You need to
use CAS operations to avoid race conditions.

Jeff

-- 
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