Added you as an author of the doc, so you get notification when there is new comments.
Feel free to remove yourself if this is too spammy. On Thu, Oct 13, 2011 at 12:45 PM, Jeff Schnitzer <[email protected]>wrote: > I've made some (rough) updates. > > Jeff > > On Wed, Oct 12, 2011 at 12:25 PM, Johan Euphrosine <[email protected]> > wrote: > > This should now be fixed, let me know if it works. > > On Wed, Oct 12, 2011 at 8:09 PM, Jeff Schnitzer <[email protected]> > wrote: > >> > >> I can't seem to edit or comment in any way. > >> > >> Jeff > >> > >> On Wed, Oct 12, 2011 at 8:18 AM, Johan Euphrosine <[email protected]> > >> wrote: > >> > Hi, > >> > Thanks a lot both for your feedback, I think this topic deserve a > proper > >> > article covering all the view / technique about caching, based on what > >> > you > >> > said I started to draft one here: > >> > > >> > > https://docs.google.com/document/d/16OEn3-7pWBv6PopKjk9Onk9cF1B0PtOQcyDd3q6YAc0/edit?hl=en_US > >> > Feel free to contribute or add comments. > >> > On Sun, Oct 9, 2011 at 12:35 AM, Brandon Wirtz <[email protected]> > >> > wrote: > >> >> > >> >> It also doesn't talk about using Instance memory, which is a HUGE > part > >> >> of > >> >> my > >> >> caching strategy. Even from a beginners guide I'm not sure this is > an > >> >> article I would promote, I think more people will be unhappy with > this > >> >> solution than will benefit from it. > >> >> > >> >> > >> >> -----Original Message----- > >> >> From: [email protected] > >> >> [mailto:[email protected]] On Behalf Of Jeff > Schnitzer > >> >> Sent: Saturday, October 08, 2011 2:21 PM > >> >> To: [email protected] > >> >> Subject: Re: [google-appengine] App Engine Weekly Community Update > #11 > >> >> > >> >> 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. > >> >> > >> >> > >> >> -- > >> >> 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. > >> >> > >> > > >> > > >> > > >> > -- > >> > Johan Euphrosine (proppy) > >> > Developer Programs Engineer > >> > Google Developer Relations > >> > > >> > -- > >> > 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. > >> > > >> > >> -- > >> 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. > >> > > > > > > > > -- > > Johan Euphrosine (proppy) > > Developer Programs Engineer > > Google Developer Relations > > > > -- > > 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. > > > > -- > 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. > > -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- 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.
