memcached Caching System

From GM-RKB
(Redirected from memcached)
Jump to navigation Jump to search

A memcached Caching System is a distributed system caching system.



References

2014

2011

  • http://memcached.org/about
    • memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load. You can think of it as a short-term memory for your applications.

      memcached allows you to take memory from parts of your system where you have more than you need and make it accessible to areas where you have less than you need. memcached also allows you to make better use of your memory. If you consider the diagram to the right, you can see two deployment scenarios:

      1. Each node is completely independent (top).
      2. Each node can make use of memory from other nodes (bottom).