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
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://httpd.apache.org/docs/2.2/programs/ab.html</a>
[2]: <a href="https://github.com/tarekziade/boom" rel="nofollow">https://github.com/tarekziade/boom</a>
[3]: <a href="https://github.com/wg/wrk" rel="nofollow">https://github.com/wg/wrk</a>