Redesigned workqueues for io_uring
Redesigned workqueues for io_uring
Posted Oct 25, 2019 19:54 UTC (Fri) by roc (subscriber, #30627)Parent article: Redesigned workqueues for io_uring
> If an application submits multiple buffered I/O requests for a single file, they should not be run concurrently or they are likely to just block each other via lock contention.
Does this mean you can't issue multiple reads from the same file and have them run concurrently? That would be sad.