loti
loti copied to clipboard
Lord of the io_uring: io_uring tutorial, examples and reference
Noticed a small typo in func name. Do I assume right this is the source code for the page at https://unixism.net/loti/ref-liburing/submission.html ?
`io_uring_register_files_update` returns `number of files updated` vs `0`
`madvice(2)` link at https://unixism.net/loti/ref-liburing/setup_teardown.html?highlight=fork#c.io_uring_ring_dontfork is broken, it should be https://man7.org/linux/man-pages/man2/madvise.2.html
I don't think there is any documentation regarding the use of multiple threads and load balancing. Windows IOCP documentation is very explicit about how it interacts with multiple threads. https://man7.org/linux/man-pages/man7/epoll.7.html...
Miscellaneous fixes to the grammar used in the async introduction section. I double checked the errors I caught against a [grammar checker](https://quillbot.com/grammar-check) to ensure I did not introduce any unnecessary...
Small PR just to fix a typo.