-
Notifications
You must be signed in to change notification settings - Fork 15
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
Improve cross-platform support #41
Comments
@7sharp9 I would appreciate any input you might have. Also, is libuv the right approach, or should we make the networking layer pluggable so that a *nix user could adapt any networking library? I imagine that's less useful, but just a thought. |
I think try libuv and create some subjective measures which can be compared over the different platforms. |
Problem is that I can't get LibuvSharp to build on Windows. I don't have the time to create my own wrappers. Any help is appreciated here. |
I don't have any time either unfortunately. PCL is taking up any free time. |
Would it be going to far to consider building our own TCP/IP stack on top of Intel DPDK? |
Probably, I imaging it would take at least 3-6 months |
Best candidate appears to be LibuvSharp.
See also http://highscalability.com/blog/2013/5/13/the-secret-to-10-million-concurrent-connections-the-kernel-i.html
The text was updated successfully, but these errors were encountered: