We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Named pipes work better in Windows. Windows sockets consume much more resources compared to sockets in Linux.
select can be emulated using overlapped I/O https://docs.microsoft.com/en-us/windows/win32/ipc/named-pipe-server-using-overlapped-i-o?redirectedfrom=MSDN
select
The text was updated successfully, but these errors were encountered:
Unless you develop the code yourself it's very unlikely this will be implemented in the near future.
Sorry, something went wrong.
No branches or pull requests
Named pipes work better in Windows.
Windows sockets consume much more resources compared to sockets in Linux.
select
can be emulated using overlapped I/Ohttps://docs.microsoft.com/en-us/windows/win32/ipc/named-pipe-server-using-overlapped-i-o?redirectedfrom=MSDN
The text was updated successfully, but these errors were encountered: