[google-appengine] Re: memcache distribution

2011-09-26 Thread atarno
thanks for your responses.
as i understand there is no way to hold and change a distributable static 
variable in gae, but to persist it in the datastore on each change?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/I6rG1WIcQFgJ.
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.



Re: [google-appengine] Re: memcache distribution

2011-09-26 Thread Jeff Schnitzer
You have an interface to the datastore.  You have an interface to
memcache.  You have local memory.  You can use these in any way you
want.

Jeff

On Mon, Sep 26, 2011 at 3:39 AM, atarno zlango@gmail.com wrote:
 thanks for your responses.
 as i understand there is no way to hold and change a distributable static
 variable in gae, but to persist it in the datastore on each change?

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine/-/I6rG1WIcQFgJ.
 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.


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



[google-appengine] Re: memcache distribution

2011-09-25 Thread atarno
bump

sorry, but i'm still looking for an answer. i give this question another 
chance. thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/zFTHJrYRhjoJ.
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.