-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
The claim for 1m concurrent connections is a pretty big one. Please provide the following:
- What machine was used to handle 1m connections? E.g. m3.2xLarge (8 cpus, 30gb memory)
- To put it into perspective, node.js can handle 800k connections on a m3.2xLarge.
- Are these just ping/pong connections? If so then the actual throughput/rps is MUCH lower then 1million.
- G-WAN + Go can handle Average RPS:784,113 (at least according to their homepage)
- What was the average latency for handling 1m concurrent connections?
- Was there any bottlenecks? E.g. Is it just hardware that is holding this library back from achieving anymore throughput?
Thank you.
hagaidayan, mmkhitaryan, lcrits and C4T4C4T4