-
Notifications
You must be signed in to change notification settings - Fork 630
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
Added windows IPv6 support #303
Conversation
@tmm1 just thought I'd let you know that I've completely solved the issues with connection weirdness and eventmachine on windows. The FD_SETSIZE must be the same on ruby installer as it is in eventmachine. Thanks for your on going help in the matter. Very much appreciated and helpful. |
The ruby installer issue oneclick/rubyinstaller#104 |
@tmm1 the final product rolled out at Sydney University running on eventmachine and rubyinstaller ruby. https://groups.google.com/forum/?fromgroups#!topic/rubyinstaller/0UlbSlwXa6U |
why does it have to match the rubyinstaller FD_SETSIZE again? |
From observations on Windows 2008 R2 x64 VM
|
have you tested it with rubyinstaller 1.9.3-p194 ? |
Well the aim of this pull request was to improve windows support on eventmachine. @tmm1 is there any reason we can't merge these changes and create a new windows release? |
@raggi maybe you could help? |
Note to self: Check if #570 includes this work. |
Superseded by #630 |
Also increased file and socket limits