chmac: memcache

Sort by: Date / Title / URL

  1. http://stackoverflow.com/questions/1316852/alternative-to-memcached-that-can-persist-to-disk
    Very interesting question that has lots of useful links on persistent object / value stores that are similar to memcache. Answer seems to be couchbase.
  2. http://www.couchbase.com/products-and-services/memcached
    This says it all, couchbase includes memcached as part of it, and can operate in "pure memcache" mode or can add persistence and other features behind memcached. Sounds like it'll do what we're after.
  3. http://www.nbs-system.co.uk/blog-2/magento-optimization-howto-en.html
    Very useful article outlining the broad basics of optimising Magento. Includes links to more detailed information and lots of config file examples. Very useful.
  4. http://www.fabrizio-branca.de/magento-caching-internals.html
    Very detailed article explaining how Magento implements its caching mechanism. It seems to be some custom classes layered on top of Zend's caching framework. Useful read.
  5. https://beeznest.wordpress.com/2011/04/18/memcached-to-store-php-sessions/
    Excellent article describing in depth how to have PHP store session data in memcached and the differences between the memcache and memcached implementations in PHP. Very useful.
  6. http://www.danga.com/memcached/
    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.

First / Previous / Next / Last / Page 1 of 1