|
|
|
|
|
by alexkus
4894 days ago
|
|
You seem to be missing the point of the scenario they're testing. Lots of idle connections (doing overlapping long polling) is exactly how many COMET servers work. We send ~60 "events" via our COMET server (APE from www.ape-project.org) in a typical 2 hour period. The server side work to decide when/what to send the clients is easy because it's the same information that gets sent whether there is 1 connection or 1,000,000. The fact they're from just 31 different IP addresses isn't relevant. They're still individual connections from clients to the end server. |
|
That's where you are wrong. Not only they are keepalive connections, they are completely local. Do it over an actual network from 50K different IPs and see how that performs.