How Basecamp Next got to be so damn fast without using much client-side UI - (37signals)

http://37signals.com/svn/posts/3112-how-basecamp-next-got-to-be-so-damn-fast-without-using-much-client-side-ui Interesting notes from 37signals about caching approach. (Make sure to read the comments, there is a message from Jeff Bezos, CEO of Amazon)

How Basecamp Next got to be so damn fast without using much client-side UI - (37signals)

http://37signals.com/svn/posts/3112-how-basecamp-next-got-to-be-so-damn-fast-without-using-much-client-side-ui Interesting notes from 37signals about caching approach. (Make sure to read the comments, there is a message from Jeff Bezos, CEO of Amazon)

Caching & Performance: Lessons from Facebook

http://www.scribd.com/doc/4069180/Caching-Performance-Lessons-from-Facebook Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)

Caching & Performance: Lessons from Facebook

http://www.scribd.com/doc/4069180/Caching-Performance-Lessons-from-Facebook Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)

THIRD RAIL » Memcached based message queues

http://3.rdrail.net/blog/memcached-based-message-queues/ Blog pots shows and explains how to implement simple queue system on top of memcached

High Scalability - High Scalability - Facebook's Memcached Multiget Hole: More machines != More Capacity

http://highscalability.com/blog/2009/10/26/facebooks-memcached-multiget-hole-more-machines-more-capacit.html also see http://dormando.livejournal.com/521163.html Describing some problems with performance/scalability you may have if you partition/shard your data by hash. ( that’s what memcached does.) You may hit the cpu bound limit from the amount of requests that few very popular keys receive. Currently, there is now common way around this (perhaps because very very few sites scale to the point when this becomes an issue )

NPW2009 - my.opera.com scalability v2.0

http://www.slideshare.net/cstrep/myoperacom-scalability-v20 slides from my.opera.com architecture presentation. Iptables/linux lvs -> apche/mod_perl -> mysql replication, varnish, memcached

Cache Performance Comparison | MySQL Performance Blog

http://www.mysqlperformanceblog.com/2006/08/09/cache-performance-comparison/ gives you an idea how different caching methods perform. Read it before implementing something

Real World Web: Performance & Scalability

http://www.scribd.com/doc/2569319/Real-World-Web-Performance-Scalability 193 pages of realy good summaries on the topic

spinn3r-architecture-talk-2008-mysql-users-conference.pdf (application/pdf Object)

http://burtonator.files.wordpress.com/2008/04/spinn3r-architecture-talk-2008-mysql-users-conference.pdf PDF slided for spinner sharded mysql architecture