a3585492e9
Motivation: We not correctly handled errors and also had some problems with home POLL* was handled. Modifictions: - Cleanup - No need to for links anymore - Add error handling for most operations (poll still missing) - Add better handling for RDHUP - Correctly handle writeScheduled flag for writev Result: Cleaner and more correct code
Netty io_uring
The new io_uring interface added to the Linux Kernel 5.1 is a high I/O performance scalable interface for fully asynchronous Linux syscalls
Requirements:
- x86-64 processor
- at least 5.8.2+
- to run the tests, you have to increase memlock(default 64K)
See our wiki page.