Metadata-Version: 1.1
Name: p01.memcache
Version: 0.7.3
Summary: Memcache client implementation for Zope3
Home-page: http://pypi.python.org/pypi/p01.memcache
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a client to a memcache deamon server for Zope3.
        
        
        =======
        Changes
        =======
        
        0.7.3 (2015-03-17)
        ------------------
        
        - bugfix: add missing disconnect method in FakeMemcached
        
        
        0.7.2 (2014-03-24)
        ------------------
        
        - feature: improve umemcache implementation details. Make it work with gevent
          where we have multiple greenlets using the client.
        
        - don't raise exception if max pool size get reached in umemcache
          implementation. This makes it usable with gevent where we have more
          greenlets then threads. Get the connection with a blocking call from queue
          until the next connection returns to the pool.
        
        - improve robin round handling for multiple servers based on generator
          and itertools cycle (lock for thread safe, but still fast)
        
        - improve server blacklist handling
        
        
        0.7.1 (2013-11-23)
        ------------------
        
        - bugfix: add missing is_connected method in FakeUltraMemcached
        
        
        0.7.0 (2013-07-18)
        ------------------
        
        - bring back the old plain python memcached client implementation in client.py
          and move all ultra memcached client components to uclient.py. The plain
          python memcached client concept does not work well with pooling.
        
        
        0.6.0 (2013-07-03)
        ------------------
        
        - feature: implemented memcache client connection pool
        
        - feature: implemented ultramemcache support with uclient.UltraMemcacheClient.
          You must now define python-memcached or umemcache as egg dependency in your
          project since we don't know which one you need.
        
        - feature: move subscriber to it's own configure zcml and include by default
          for BBB
        
        
        0.5.0 (2012-12-09)
        ------------------
        
        - initial release
        
Keywords: zope3 z3c p01 session memcached memory cache utility
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
