ajax - Proven and Scalable Comet Server -


What is the most proven, scalable comet server solution that can handle 100,000 real life connections on each node using HTTP Streaming (no longer voting)? It should be a free, preferably open-source project.

We have already tried the meteor (Pearl), no success. The meteor could limit up to 20 nodes per connection.

We are currently looking at these options: AEE (C ++), Orbitized (Python), Grizzly (Glassfish), Comet (Jetty).

Any major success stories with any of these?


Comments