Author Archive

Distributed Data Caching Using Memcached

Building a high demand site that serves billions of hits a month like livejournal or friendster is not as easy as writing a php code, grab data from the db and then spit out a page. DB access always have a huge performance penalty for a given site. Some site approach this problem by building [...]