no memcache? o.O
Cheers -- Catoto On Thu, Jun 6, 2013 at 6:27 AM, Mohammad Al Quraian <[email protected]>wrote: > > I'm just starting with GAE, so bare my ignorance. My app is using a > in-memory list that is accessed very often by font-end clients, my solution > before was to use a static list. After gaining more info on GAE I know now > that this wont be good because each instance would have it's own list > (right?). > So, are backends the best fit for that? Is there another solution? > The issue is the the backend has to be up throughout the app lifetime, > just for holding a simple list that is not even that big. Would that be > costly $wise? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
