Check out my first novel, midnight's simulacra!

Io uring

From dankwiki
Revision as of 09:27, 4 April 2022 by Dank (talk | contribs)

io_uring, introduced in 2019 by Jens Axboe, is a system for providing the kernel with a schedule of system calls, and receiving the results as they're generated. It combines asynchronous I/O, system call polybatching, and flexible buffer management, and is IMHO the most substantial development in the Linux I/O model since Berkeley sockets.

Links