TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: VPS multiple request

1 pointsby victormxover 11 years ago
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

pkhamreover 11 years ago
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>