unit
unit copied to clipboard
io_uring support
Do you plan to add support for io_uring on Linux kernels that support it?
It can be used as drop-in replacement for epoll but leveraging all its capabilities means re-writing all the reads/writes/accepts/(etc...) in an asynchronous fashion.
If NGINX Unit will support io_uring it will be a huge selling point in the next years!
Yes, it's planned.
Related on how the API changes if you want to use the full power of io_uring https://blog.vmsplice.net/2020/07/rethinking-event-loop-integration-for.html