I do not know about this specific issue but in web2py can do from gluon.contrib.gae_memcache import MemcacheClient cache.ram=cache.disk=MemcacheClient(request)
and then cache any query db(...).select(...,cache=(cache.ram,3000)) 3000 are ms Massimo On Apr 25, 6:29 am, dlypka <[email protected]> wrote: > Is there a way to use this memcache 'shim' in a web2py app? > If so, would I have to insert the calls in my web2py app source code, > or do I have to modify a low level module in the web2py framework? > Please give details if possible. > > Here is the posting link from Alkis Evlogimenos on the GAE > forum:http://groups.google.com/group/google-appengine-python/browse_thread/... > > The title is "seamless (mem)caching of entities" > The forum is > google-appengine-python --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

