You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: