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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

It's 2016, did we fix the C10K problem?

11 点作者 fffrad超过 9 年前

3 条评论

jepler超过 9 年前
In 1999(!) the earliest version of the C10k paper I tracked down had this to say:<p>And computers are big, too. You can buy a 500MHz machine with 1 gigabyte of RAM and six 100Mbit&#x2F;sec Ethernet card for $3000 or so. Let&#x27;s see - at 10000 clients, that&#x27;s 50KHz, 100Kbytes, and 60Kbits&#x2F;sec per client. It shouldn&#x27;t take any more horsepower than that to take four kilobytes from the disk and send them to the network once a second for each of ten thousand clients. (That works out to $0.30 per client, by the way. Those $100&#x2F;client licensing fees some operating systems charge are starting to look a little heavy!) So hardware is no longer the bottleneck.<p>(<a href="http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;19990508164301&#x2F;http:&#x2F;&#x2F;www.kegel.com&#x2F;c10k.html" rel="nofollow">http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;19990508164301&#x2F;http:&#x2F;&#x2F;www.kegel.c...</a>)<p>If we haven&#x27;t fixed the C10k problem with 17 years of hardware advancements, it&#x27;s a pretty poor reflection on software engineering.
评论 #10999434 未加载
评论 #10999283 未加载
zzzcpan超过 9 年前
&gt; The problem is, all those on shared hosting can&#x27;t handle 100 concurrent users without crashing.<p>This is not a configuration problem though, but a shared hosting problem. Most of the modern shared hosting is no longer a shared hosting. Instead, each client gets a tiny slice of server resources and never more, not even for a day. Their rationale for this is to host more clients on the same server. And they seem to be ok with clients leaving if their websites went down because of this. Some even make money selling such solutions, like cloudlinux.
jetskindo超过 9 年前
There needs to be a shared hosting static page generator solution. WordPress does have a plug in but the average user doesn&#x27;t even know it&#x27;s a problem.