> I don't know if this means that each server instance has its own
> Memcache or that all the instances access a single Memcache.

All instances access the "same" memcache - although this may be
distributed behind the scenes, I don't know about that.

I agree with you that it would be elegant to have automatic caching,
but that would impose some limitations - currently you can memcache
anything (including complex objects), but you can only store limited
data types in the datastore; and you can do (limited) querys on the
datastore but not on memcache.

Ideally we'd have a transparently cached queryable object store to
replace the datastore and memcache, but I guess this would be a
significant amount of development. Maybe Google should hire the Zope
guys to build it.

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