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

Support Windows on node >= 0.11.14 #7

Merged
merged 1 commit into from
Dec 4, 2014
Merged

Support Windows on node >= 0.11.14 #7

merged 1 commit into from
Dec 4, 2014

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.

2 participants