TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

People call "Node.js handles 10k connections" a magic. Erlang easily does 1MM

5 点作者 gleber超过 12 年前
Moral of the story first: developers, please take a look at Erlang.<p>I cringed when I read the story. Someone calls Node.js a magic when it handles 10k connections. Erlang handles 1MM connections without sweating.<p>Why? Because around two years ago I have created an Erlang server which does broadcasts of ~500bytes message to up to 1MM of concurrent users with a end-to-end delivery delay of at most 1.5 seconds, using ONE physical server and ONE application server (i.e. just one Erlang VM instance)!<p>Proof: https://www.erlang-factory.com/conference/Krakow2011/speakers/GlebPeregud<p>TL;DR. Node.js is not magic. It's not as scalable nor as robust compared to Erlang.

1 comment

gleber超过 12 年前
Moral of the story first: developers, please take a look at Erlang.<p>I cringed when I read the story. Someone calls Node.js a magic when it handles 10k connections. Erlang handles 1MM connections without sweating.<p>Why? Because around two years ago I have created an Erlang server which does broadcasts of ~500bytes message to up to 1MM of concurrent users with a end-to-end delivery delay of at most 1.5 seconds, using ONE physical server and ONE application server (i.e. just one Erlang VM instance)!<p>Proof: <a href="https://www.erlang-factory.com/conference/Krakow2011/speakers/GlebPeregud" rel="nofollow">https://www.erlang-factory.com/conference/Krakow2011/speaker...</a><p>TL;DR. Node.js is not magic. It's not as scalable nor as robust compared to Erlang.
评论 #4941868 未加载