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

Consider supporting a select() equivalent #79

Open
merberich-axonvr opened this issue Mar 1, 2019 · 0 comments
Open

Consider supporting a select() equivalent #79

merberich-axonvr opened this issue Mar 1, 2019 · 0 comments

Comments

@merberich-axonvr
Copy link

Even when dealing with non-blocking sockets, it is advantageous to be able to check if a function would block or return P_ERROR_IO_WOULD_BLOCK. If a select() variant is unavailable, the alternative is to poll each IO function on each socket manually, which adds overhead to applications when they could be leveraging knowledge that the kernel already has.

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

1 participant