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

Use IO Completion Ports on windows #22

Closed
nmittler opened this issue Jan 5, 2017 · 1 comment
Closed

Use IO Completion Ports on windows #22

nmittler opened this issue Jan 5, 2017 · 1 comment
Assignees
Milestone

Comments

@nmittler
Copy link
Contributor

nmittler commented Jan 5, 2017

select has a restriction of 64 sockets by default on windows. We should instead migrate to IO Completion Ports, which do not have this restriction.

@nmittler nmittler modified the milestone: 1.0.0 Jan 6, 2017
@kruton
Copy link
Contributor

kruton commented Jan 24, 2017

I don't think this is needed after examining the code. We only ever wait on one socket because of how Java IO works.

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

2 participants