Introducing Socket.io 1.0
21–30 of 76 posts
Re: Introducing Socket.io 1.0
#22Congrats on the release! I know this was a long time coming. A scalability question: You note "Turn on sticky load balancing (for example by origin IP address). This ensures that long-polling connections for example always route requests to the same node where buffers of messages could be stored." I read this to mean that we are responsible (in our load balancer/proxy/etc) to keep connections from clients returning t…
The node.js cluster module is not flexible enough to be used with engine.io / socket.io / sockjs etc. Just run several processes and put something like HAproxy in front of them. If using a cookie to ensure stickiness, you can scale to multiple load-balancers easily.
Re: Introducing Socket.io 1.0
#23Re: Introducing Socket.io 1.0
#24Have you guys dealt with the 3-year clustering bug? https://github.com/Automattic/socket.io/issues/438 Would be pretty hesitant to use it until there's some sort of closure on this.
Re: Introducing Socket.io 1.0
#25EDIT: found it at http://socket.io/demos/computer/
Re: Introducing Socket.io 1.0
#26Re: Introducing Socket.io 1.0
#27Would be great to see some benchmark of how this can scale especially with the new redis integration.
Re: Introducing Socket.io 1.0
#28Task Manager shows no unusual CPU activity beyond the initial page load.