Entries from July 2008

Tuesday, July 15th, 2008

Memcached Development Story

I met the article written by Brad Fitzpatrick in 2004. It’s interesting to track his thoughts on the memcached development. Now it’s used everywhere in industry if the distributed memory-based caching needed.
The key of its efficiency is an architecture represented by a set of isolated nodes that don’t know aware of each other. The client [...]