top | item 9892692

(no title)

pacalleri | 10 years ago

Same bad experience here with socket.io.

I switched to Faye (http://faye.jcoglan.com/) an implementation of Bayeux protocol programmed by James Coglan. I'm using the node version of the library in my games for 4 years with excellents results.

discuss

order

antoniuschan99|10 years ago

How are you scaling it? I'm using the Ruby version along with eventmachine but max concurrent connections was 1024.

bighead|10 years ago

sounds like you're hitting the ulimit for your server process, rather than a issue with Faye itself.