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

New feature request: io_uring Nsock engine #2304

Open
dmiller-nmap opened this issue May 14, 2021 · 1 comment
Open

New feature request: io_uring Nsock engine #2304

dmiller-nmap opened this issue May 14, 2021 · 1 comment

Comments

@dmiller-nmap
Copy link

Nsock has a lot of high-performance asynchronous I/O backend engines. On Linux, the best-performing one is epoll. We would like to implement a Nsock engine based on io_uring for systems where that is available. Since io_uring is a completion-based API, the code may look more similar to Windows' iocp engine.

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
@dmiller-nmap and others