Well, I have to say that 20,000/s is rare but it would give a good statistical result. Its the same with normal Socket connections.....They say, until 10,000 simultaneous are reached between "Socket per Thread" and Socket.IO (Channels), there is not much a difference but reaching this point you could get in trouble.
So, we could apply the same to WebSockets vs. AJAX. and check where we get in trouble....
Comment
Well, I have to say that 20,000/s is rare but it would give a good statistical result.
Its the same with normal Socket connections.....They say, until 10,000 simultaneous are reached between "Socket per Thread" and Socket.IO (Channels), there is not much a difference but reaching this point you could get in trouble.
So, we could apply the same to WebSockets vs. AJAX. and check where we get in trouble....