Archive for the 'memcached' Category

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

Thursday, March 1st, 2012

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)

Thursday, March 1st, 2012

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

Sunday, October 30th, 2011

Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)

Caching & Performance: Lessons from Facebook

Sunday, October 30th, 2011

Slides describe how FB uses caching at web server/php layer. ($GLOBALS->apc_cache->memcache->MySQL)

THIRD RAIL » Memcached based message queues

Monday, February 8th, 2010

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 

Tuesday, October 27th, 2009

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 requ…

NPW2009 – my.opera.com scalability v2.0

Thursday, September 17th, 2009

slides from my.opera.com architecture presentation. Iptables/linux lvs -> apche/mod_perl -> mysql replication, varnish, memcached

Cache Performance Comparison | MySQL Performance Blog

Wednesday, November 19th, 2008

gives you an idea how different caching methods perform. Read it before implementing something

Real World Web: Performance & Scalability

Saturday, April 19th, 2008

193 pages of realy good summaries on the topic

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

Saturday, April 19th, 2008

PDF slided for spinner sharded mysql architecture