Memcache 1.7 Released

You Recommended This (277)

I am very happy to announce the release of Memcache 1.7 for Drupal.  The most notable improvement being the addition of pluggable sessions for memcache.  Memcache is an instrumental module for scaling Drupal sites and we now have a release that is more stable than ever. 

From danga.com - "memcached is a high-performance, distributed
memory object caching system, generic in nature, but intended for use
in speeding up dynamic web applications by alleviating database load.
"

Drupal sites which often see very high database load as they grow in popularity, can alleviate some of this load by installing memcached and the Drupal memcache module.  With session caching in memory you can see a very substantial speed up in page load time and decrease in the amount of resources consumed on the server.  This allows for greater scalability and better performance of your existing infrastructure.  In testing we have seen authenticated user page load times get reduced from 4-5 seconds down to 200ms or less by using Memcache with the Advanced Cache module.

Thanks to Russell Uman , Robert Douglass and Thomas Achtemichuk  for their hard work in debugging and testing.

For more information on setting up memcache in a MAMP sandbox, see http://www.lullabot.com/articles/setup-memcached-mamp-sandbox-environmen....

For information on setting up memcache on Debian Etch, see http://www.lullabot.com/articles/how_install_memcache_debian_etch

For information on setting up the memcache Drupal module, see http://drupal.org/project/memcache and be sure to read the README.txt and INSTALLATION.txt