-
Notifications
You must be signed in to change notification settings - Fork 12
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 support for epoll #33
Comments
Is that really required or even an issue with libdrizzle-redux/libdrizzle-5.1/drizzle.h Lines 171 to 188 in c07059b
|
It is meant for "future work". For the current use cases it isn't necessary but given the advantages of |
But you can use epoll in every use case, that's what I mean ;) |
Well it isn't supported on all platform so poll and select should still be there |
I feel so misunderstood |
Currently the
poll
andselect
is used for handling the asynchronous io.epoll
offers several advantages which allows for improved scalability and more flexibility on the client side of the apiThe text was updated successfully, but these errors were encountered: