Skip to content

Conversation

@sam-github
Copy link
Contributor

Clustering dgram sockets isn't supported on Windows, and can't be
disabled until node 0.11.14. When dgram is clustered, node crashes.
After 0.11.14 we can request dgram sockets not be clustered by using the
new exclusive option to bind.

cf. nodejs/node-v0.x-archive#8643

/to @rmg still in the process of building node on Windows to prove this works, will PR to you after I do
/cc @chandadharap

@sam-github sam-github self-assigned this Dec 4, 2014
@rmg
Copy link
Member

rmg commented Dec 4, 2014

LGTM. Go ahead and merge it if it works for your tests.

Clustering dgram sockets isn't supported on Windows, and can't be
disabled until node 0.11.14. When dgram is clustered, node crashes.
After 0.11.14 we can request dgram sockets not be clustered by using the
new exclusive option to bind.
@sam-github
Copy link
Contributor Author

Added a cluster test, works on windows with node 0.11.14.

sam-github added a commit that referenced this pull request Dec 4, 2014
Support Windows on node >= 0.11.14
@sam-github sam-github merged commit 3773971 into master Dec 4, 2014
@sam-github sam-github removed the #review label Dec 4, 2014
@sam-github sam-github deleted the use-exclusive branch December 4, 2014 22:04
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

Successfully merging this pull request may close these issues.

3 participants