Archive for the 'scalability' Category
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…
Posted in amazon, architecture, aws, cloud, cloudcomputing, ec2, netflix, scalability | Comments Off | permalink
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
Posted in architecture, books, high_load, performance, scalability | Comments Off | permalink
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 )
Posted in convert, freebsd, Microsoft, scalability, sysadmin, unix, windows, windows2000 | Comments Off | permalink
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…
Posted in architecture, development, highload, mysql, performance, scalability | Comments Off | permalink
Thursday, November 11th, 2010
Notes from google ppl about their optimizations for SSL connections.
Posted in cryptography, google, http, https, Linux, openssl, performance, scalability, Security, ssl | Comments Off | permalink
Wednesday, August 25th, 2010
PDF slides that show what happens if you create a file system with one billion (10**9 ) files
Posted in btrfs, ext3, ext4, filesystems, kernel, Linux, performance, presentation, scalability, storage, xfs | Comments Off | permalink
Monday, February 8th, 2010
Blog pots shows and explains how to implement simple queue system on top of memcached
Posted in development, distributed, memcache, memcached, messaging, Perl, programming, queue, scalability, scaling, shortcut:perl | Comments Off | permalink
Saturday, January 23rd, 2010
Second Life notes about Message Queue Systems
Posted in amqp, architecture, development, distributed, evaluation, messaging, performance, programming, queue, scalability | Comments Off | permalink
Thursday, January 21st, 2010
notes on existing open source queue/messaging systems
Posted in development, messaging, mq, opensource, Perl, programming, queue, queueing, scalability, software, sqs | Comments Off | permalink
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…
Posted in architecture, facebook, high_load, memcache, memcached, multiget, performance, scalability, scaling, system | Comments Off | permalink