Sep 20 2009
Memcached Links
For some time, I’ve been digging through Memcached related articles and blog posts over the web in order to understand how people are actually using it. Most of the articles are kinda equivalent. But the use of version in the cache seems more standard and improve form of managing the cache. When, cache keys are managed using version numbers, one does not have to worry about cache conflict issues also that may occur in certain update transactions because Memcached use LRU (Least Recently Used) to remove old cache values.
Here are some links I have gone through:
- http://code.google.com/p/memcached/ (Main resource)
- http://www.linuxjournal.com/article/7451
- http://blog.leetsoft.com/2007/5/22/the-secret-to-memcached
- http://dev.mysql.com/doc/refman/5.1/en/ha-memcached-faq.html
- http://www.igvita.com/2008/04/22/mysql-conf-memcached-internals/
- http://highscalability.com/strategy-break-memcache-dog-pile
- http://abhinavsingh.com/blog/2009/01/memcached-and-n-things-you-can-do-with-it/



