|
|
Log in / Subscribe / Register

The rapid growth of io_uring

The rapid growth of io_uring

Posted Feb 7, 2020 8:08 UTC (Fri) by renox (guest, #23785)
In reply to: The rapid growth of io_uring by Karellen
Parent article: The rapid growth of io_uring

Mmm, let's add a "allocate_fd" system call, so now first you allocate/reserve a fd (very fast, you could even preallocate them), then you provide it to the different system calls .. which now have to add additional checks of course.
No way, this will happen but that's an interesting WHAT-IF design change.


to post comments

The rapid growth of io_uring

Posted Feb 7, 2020 14:41 UTC (Fri) by canoon (guest, #109743) [Link]

All you really need is a range that is reserved for user space allocation. It of course doesn't solve issues around reusing data between requests though.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds