High Scalability: build successful scalable websites

Ever wonder which is the recipe YouTube applied for a handling rapid growth? Just ran this loop many times a day:

<br /> while (true)<br /> {<br /> identify_and_fix_bottlenecks();<br /> drink();<br /> sleep();<br /> notice_new_bottleneck();<br /> }<br />

Now seriously, a new site, called High Scalability, has been recently launched trying to bring together all the lore, art, science, practice, and experience of building scalable websites into one place so you can learn how to build your system with confidence. It has lots of useful information, as books, products, papers, a glossary, and a number of Real Life Architectures, such as the architectures for Amazon, eBay, Google or YouTube among others.

(Via Per Henrik Lausten)

links for 2007-07-31

links for 2007-07-19

Comments

Comment by Petri I. Salonen on 2007-07-19 04:56:00 +0000

Have you checked out http://www.dsmforum.org as a very good resource for domain-specific modeling and topics around it.

links for 2007-07-13

links for 2007-07-10