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

Optionally use named pipes in Windows instead of sockets #147

Open
NN--- opened this issue Jul 11, 2022 · 1 comment
Open

Optionally use named pipes in Windows instead of sockets #147

NN--- opened this issue Jul 11, 2022 · 1 comment

Comments

@NN---
Copy link

NN--- commented Jul 11, 2022

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

@arr2036
Copy link
Collaborator

arr2036 commented Jul 11, 2022

Unless you develop the code yourself it's very unlikely this will be implemented in the near future.

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