| Definition
|
A commercial distributed memory object cac … A commercial distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load.
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.
With memcached, you can see that all of the servers are looking into the same virtual pool of memory. This means that a given item is always stored and always retrieved from the same location in your entire web cluster.<br /> on in your entire web cluster.<br />
|