> The system looks great.  I was hoping to however store 'plain' python
> objects in RAM on the serverside - the reason for this is to not incur
> any quota 'hits' by hitting the datastore... also I didn't want to
> have to restrict to only pickle-able objects for the session data.

I have a very small memcache-only session module here:

http://code.google.com/p/gmemsess/

This will not hit the datastore at all, and can contain any data
types, not just the datastore variable types. Of course, it is limited
by memcache, and so may disappear due to memory constraints, but so
far has been completely reliable in sub-hour time frames.
--~--~---------~--~----~------------~-------~--~----~
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