Memcached is a high performance distributed memory object cache server
How do I install memcached server under CentOS 6 to cache query for my php based apps?
Memcached is a high-performance, distributed memory object caching server, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. You need ...