Products.MemcachedManager

Memcache cache manager for Zope
Download

Products.MemcachedManager Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ZPL
  • Publisher Name:
  • Sidnei da Silva
  • Publisher web site:
  • http://sf.net/projects/archetypes

Products.MemcachedManager Tags


Products.MemcachedManager Description

Memcache cache manager for Zope MemcachedManager is a cache similar to RAMCacheManager, using memcached for storage.Dependenciesmemcached This needs to be set up on a server Zope can connect to. You provide the IP address in the MemcachedManager settings screen.pylibmc Install this in site packages (the regular "setup.py install" or easy_install) to enable python to talk to memcached. A note of caution: while pylibmc is faster it has seen less testing. If you need pylibmc 1.1.1 for Python 2.4, you can use http://dist.jarn.com/public/pylibmc-1.1.1jarn1.tar.gzor...python-memcached Install this in site packages (the regular setup.py install) to enable python to talk to memcached. Requirements: · Python What's New in This Release: · Use aq_get instead of getattr for getting acquired REQUEST. Thanks to Vincent Fretin for pointing it out.


Products.MemcachedManager Related Software