Archive for the 'scalability' Category

http://techblog.netflix.com/2010/12/5-lessons-weve-learned-using-aws.html

Saturday, April 23rd, 2011

Notes from netflix tech blog about some key points of their EC2-based infrastructure design. Note that netflix is not affected by the current EBS problems in AWS US-EAST region. Their key point seems to be to equally split your infrastructure betw…

Ultra-Large-Scale-Sites / Walter Kriha, Scalability and Availability Aspects [application/pdf]

Tuesday, April 19th, 2011

a draft of the book “Scalability and Availability Aspects” by Walter Kriha. Many up-to-date info on theory and practice of building scalable high-loaded web/internet systems

Nam Et Ipsa Scientia Potesta Est » Blog Archive » Converting a UNIX .COM Site to Windows

Friday, March 11th, 2011

Notes from Hotmail team about conversion of hostmail apache/bsd -based webfarm to windows 2000. (they have converted CGI to ISAPI filters running on IIS 5.x )

[rus] Vktontante.ru architecture | Архитектура Вконтакте | Insight IT

Tuesday, November 30th, 2010

[ENG] http://translate.google.com/translate?u=http%3A%2F%2Fwww.insight-it.ru%2Fmasshtabiruemost%2Farkhitektura-vkontakte%2F&sl=ru&tl=en&hl=&ie=UTF-8
some info about internals of vkontakte.ru – russian facebook clone, most popular soci…

ImperialViolet – Overclocking SSL

Thursday, November 11th, 2010

Notes from google ppl about their optimizations for SSL connections.

[PDF] "1000 000 000 files: Scalability limits in Linux file systems" linuxcon2010, Ric Wheeler / Redhat

Wednesday, August 25th, 2010

PDF slides that show what happens if you create a file system with one billion (10**9 ) files

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

Message Queue Evaluation Notes – Second Life Wiki

Saturday, January 23rd, 2010

Second Life notes about Message Queue Systems

Open Source Queueing and Messaging Systems? (by Jeremy Zawodny)

Thursday, January 21st, 2010

notes on existing open source queue/messaging systems

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…