Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zhonked opened this issue Apr 22, 2015 · 0 comments
Open

Comments

@zhonked
Copy link

zhonked commented Apr 22, 2015

Not sure if this is the right place to post this, but this is the initial link from socket.io so hopefully this will be useful to someone. I was seeing some significant performance degradation in siege after adapting the sticky-session code to test out socket.io with node cluster. In newer versions of node, the pauseOnConnect option will allow the master server to pass the connection and straight to a worker without reading it first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant