适用于现代世界的 C10K
回答这个著名的 C10K 页面是否有漂亮的现代版本?自更新以来已经过去了 5 年,我确信该领域已经取得了进步。
也许当前版本会被称为 C1M 问题? ;)
Answering this question made me wonder: is there nice modern version of the famous C10K page? 5 years passed from the time it was updated and I'm sure there're advances in the field.
Perhaps current version would be called something like C1M problem? ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在分布式负载均衡器和内容分发网络等现代世界中,我不确定单个系统必须能够处理如此大量的并发连接是否有那么重要。如今,可扩展性更多地是向外扩展以进行分发,而不是向上扩展以增强您的能力。
In the modern world of things like distributed load-balancers and content distribution networks, I'm not sure that a single system having to be able to handle such a large number of concurrent connections is as big a deal. These days scalability is more about scaling out to distribute than scaling up to beef up your capabilities.
有百万用户彗星应用 ,尽管它研究了 Erlang(+ 操作系统调整)
There's a million user comet application , though it investigates Erlang(+ OS tuning)