How much can a memcached server handle?
June 18, 2008 at 9:21 pm
Memcached is a high-performance, distributed memory object caching system. It is used in a wide range of sites such as livejournal.com and facebook.com as a way to alleviate database load helping to speed up sites. Memcached is usually deployed as an adequate subset of servers in relation to your application and database infrastructure. It’s a great way to cut down your database calls by caching the requests.
(Read more…)
Comments (1)
Category: Systems 101
