Netty: IO_URING as epoll alternative

Created on 7 Feb 2020  路  3Comments  路  Source: netty/netty

Since Linux 5.1 there鈥檚 a new mechanism for high-performance batched asynchronous IO called io_uring. While it was primarily designed for disk io, it also works for network requests: https://blog.cloudflare.com/io_submit-the-epoll-alternative-youve-never-heard-about/

Is this something that would make sense for netty?

Most helpful comment

@gliwka yes! In fact its something I plan to do if its not done as part of GSOC:

https://github.com/netty/netty/wiki/Google-Summer-of-Code-Ideas-2020#add-io_uring-based-transport

All 3 comments

@gliwka yes! In fact its something I plan to do if its not done as part of GSOC:

https://github.com/netty/netty/wiki/Google-Summer-of-Code-Ideas-2020#add-io_uring-based-transport

Is it happening as part of GSOC still @normanmaurer?

Was this page helpful?
0 / 5 - 0 ratings