Hey Brandon, Generally I store 'run time' changeable settings in memcache, backed by the datastore. Deploy time settings I keep in a config file.
No idea at all about cachepy. Robert On Fri, May 13, 2011 at 21:52, Brandon Wirtz <[email protected]> wrote: > http://bjk5.com/post/2320616424/layer-caching-in-app-engine-with-memcache-and-cachepy > > > > I’d never heard of this. Anyone tried it? > > > > I’m optimizing my code and this sounds good, but as I’d never heard of it I > am a bit leary. > > > > Also, how does anyone handle configuration settings? Do you store them in > the Datastore? Do you read and write from a blogstore? Do you put them in > memcache and only let people change them once in a while? > > > > > > -- > 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. > -- 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.
