node-cluster-socket.io icon indicating copy to clipboard operation
node-cluster-socket.io copied to clipboard

node v0.11.15+ should use pauseOnConnect option with net.createServer

Open zhonked opened this issue 9 years ago • 9 comments

Thanks for creating this helpful guide, I was running into some performance degradation after following the guide in node v0.12.2, but found out there was a pauseOnConnect option added to net.createServer that turned out to be the main issue. I didn't see this info anywhere after much googling so hopefully this will be of use to someone else.

Also added here: https://github.com/indutny/sticky-session/issues/25

zhonked avatar Apr 22 '15 21:04 zhonked