摘要
在Facebook的工作中我最喜欢的一件事情就是有能力创建立刻就有数百万人使用的应用。与那些小型应用不同的是,我们不可能为跟上用户增长的速度而重新确定基础架构。当新功能的用户基数在几乎一夜之间从0变为7000万的时候,必须从一开始就保证功能的可扩展性。我目前做的这个项目,facebook的聊天系统,就提出了这样的一系列挑战。
While this architecture works pretty well in general,it isn't as successful in a chat application due to the high volume of long-lived requests,the non-relational nature of the data involved,and the statefulness of each request.
出处
《程序员》
2008年第7期117-117,8,共1页
Programmer