The rapid growth of io_uring
The rapid growth of io_uring
Posted Nov 3, 2023 4:03 UTC (Fri) by leo60228 (guest, #167812)In reply to: The rapid growth of io_uring by farnz
Parent article: The rapid growth of io_uring
This doesn't work if you want to have multiple calls with different offsets in flight at once, though, does it? If there's a partial read/write, the next splice would use the wrong data, and I can't think of a way to avoid that without only having one splice in flight at a time (which kind of defeats the point, at least for my application).
