Proven and Scalable Comet Server
Posted
by demetriusnunes
on Server Fault
See other posts from Server Fault
or by demetriusnunes
Published on 2010-05-17T20:29:00Z
Indexed on
2010/05/17
20:31 UTC
Read the original article
Hit count: 370
What is the most proven, scalable comet server solution out there that can handle up to 100.000 real-life connections per node using HTTP streaming (not long-poll)? It must be a free, preferably open-source project.
We've already tried Meteor (Perl), with no success. Meteor was able to scale just up to 20.000 connections per node.
We are looking right now at these options: APE (C++), Orbited (Python), Grizzly (Glassfish), Cometd (Jetty).
Any big success stories with any of these?
© Server Fault or respective owner