From: Matwey V. Kornilov (matwey.kornilov_at_[hidden])
Date: 2024-04-30 10:55:05


Hello,

random_access_file is backed by the io_uring kernel interface on Linux.

However, It is still unclear from Boost.Asio documentation, whether
simultaneous parallel async_write_at in-flight requests are permitted
by Asio?
The queue of simultaneous requests is natively supported by io_uring.
Is it still true for Asio?

Is it also safe to fire parallel async_write_at from different threads?

-- 
With best regards,
Matwey V. Kornilov