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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: VPS multiple request

1 点作者 victormx超过 11 年前
Hi, i hope anyone can help me, i have a vps on linode and i need to support in some times like 10,000 connections open in http with keep alive, it's sufficient this? thank's in advance

1 comment

pkhamre超过 11 年前
You are not writing the specifications for your VPS, but your best bet is to do a benchmark to check if you can handle a certain amount on http connections.<p>Check out som of the benchmarking tools below.<p>[1]: <a href="http://httpd.apache.org/docs/2.2/programs/ab.html" rel="nofollow">http:&#x2F;&#x2F;httpd.apache.org&#x2F;docs&#x2F;2.2&#x2F;programs&#x2F;ab.html</a> [2]: <a href="https://github.com/tarekziade/boom" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tarekziade&#x2F;boom</a> [3]: <a href="https://github.com/wg/wrk" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wg&#x2F;wrk</a>