|
|
|
|
|
by shuss
2235 days ago
|
|
For regular files, aio works async only if they are opened in unbuffered mode. I think this is a huge limitation. io_uring on the other hand, can provide a uniform interface for all file descriptors whether they are sockets or regular files. This should be a decent win, IMO. |
|
Being able to drive networking over io_uring would be a big advantage but my understanding from people using it is that part is still a bit broken.