Friday, December 12, 2008

Recipe for handling rapid growth

while (true)
{
identify_and_fix_bottlenecks();
drink();
sleep();
notice_new_bottleneck();
}

This loop runs many times a day.

*from http://highscalability.com/youtube-architecture

No comments: