Recipe for handling rapid growth
by Sushil Gupta
while (true)
{
identify_and_fix_bottlenecks();
drink();
sleep();
notice_new_bottleneck();
}
Source: http://highscalability.com/blog/2008/3/12/youtube-architecture.html
while (true)
{
identify_and_fix_bottlenecks();
drink();
sleep();
notice_new_bottleneck();
}
Source: http://highscalability.com/blog/2008/3/12/youtube-architecture.html