liburing
liburing copied to clipboard
Multi-threading + kernel polling mode, how to make a monitoring thread wait for all io_uring instances?
- Kernel polling has consumed one logical core. If the monitoring thread loops io_uring_peek_cqe, it will consume another logical core.
- create extra threads equal to the num of io_uring instances?