#9324: cmemcache and python-memcache --------------------------+------------------------------------------------- Reporter: toxik | Owner: nobody Status: new | Milestone: Component: Cache system | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | --------------------------+------------------------------------------------- There needs to be support for decidedly using either ''only'' python- memcached or cmemcache.
The reason being that the two libraries hash different ways - if you have a box with cmemcache and two without, one of those boxes will store sessions on a different memcached than the other two. I'm not sure what to do about it, but Malcolm wants documentation and/or a setting with which you can tell Django "use only this library" and fail if it isn't found. ML thread: http://groups.google.com/group/django- developers/t/307825c92ca5bffa Arguably, this should be something that the two libraries come together on, but at least solving it on our part would be nice. It might be relevant that I've made a hackesque module which monkey patches python-memcached to hash the same way as cmemcache, see http://pypi.python.org/pypi/cmemcache_hash -- Ticket URL: <http://code.djangoproject.com/ticket/9324> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
