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

Add implementation based on kqueue #4

Open
npat-efault opened this issue Nov 19, 2015 · 1 comment
Open

Add implementation based on kqueue #4

npat-efault opened this issue Nov 19, 2015 · 1 comment

Comments

@npat-efault
Copy link
Owner

For BSD-derived systems that support it, a kqueue(2) based implementation would provide performance similar to the Linux epoll(7)-based one, without the limitations of select(2). It will also be very similar (trivial modifications) to the epoll(7)-based impl. Add one.

@vtolstov
Copy link

Im need this too =). Also may be windows implementation is very useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants