youtube가 한창 성장할때 프로그램 로직
- Posted at 2009/02/05 19:14
- Filed under Dev_diary
다음과 같은 로직이 적용 되었다고 하네요. ㅋㅋㅋ
while (true) {
identify_and_fix_bottlenecks();
drink();
sleep();
notice_new_bottleneck();
}
This loop runs many times a day.
while (true) {
identify_and_fix_bottlenecks();
drink();
sleep();
notice_new_bottleneck();
}
This loop runs many times a day.
Posted by 김형준
- Response
- No Trackback , No Comment
Trackback URL : http://www.jaso.co.kr/trackback/322






