Hi there,
I am working on an app (tweethit.com) that has high frequency of write
& read ops and came up with this library as a side project. It
basically enables layered storage for db.Models. You can select which
layers to put or get the models (local cache,memcache,datastore) using
a simple API. It cut my CPU usage by nearly half as soon as I
introduced local layer for storage, so you should check it out if you
like to stay under free quota as much as I do. All feedback is
welcome. I'd love to know how else I can add useful functionality to
this simple library.

source: https://github.com/ocanbascil/Performance-AppEngine

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