The datastore and memcache are indeed two different systems and maintenance
read-only mode for one does not require that the other will be in read-only
mode. In the most recent outage both memcache and the datastore were in
read-only, so it would be good to plan for a worst case scenario, but both
being unwritable is the exception rather than the rule.

Good question,

Jeff



On Fri, Jul 3, 2009 at 7:41 AM, bowman.jos...@gmail.com <
bowman.jos...@gmail.com> wrote:

>
> Hello,
>
> The past several planned and unplanned outages where the datastore has
> been readonly, has also had the memcache made unavailable for at least
> part of the duration.
>
> I'd been working on the python session class, expanding it to allow
> for periods where the datastore was read only, but memcache is
> available. The point being that applications that could persist in a
> read only state would also be able to keep user state or whatever else
> they were using sessions for.
>
> Except for gracefully getting past datastore timeout issues, this
> extra complexity doesn't seem to be solving much for any of the
> downtimes though. So I'm just curious how tightly integrated the write
> functionality is for both?
> >
>

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