liburing icon indicating copy to clipboard operation
liburing copied to clipboard

Multi-threading + kernel polling mode, how to make a monitoring thread wait for all io_uring instances?

Open ghost opened this issue 2 years ago • 0 comments

  1. Kernel polling has consumed one logical core. If the monitoring thread loops io_uring_peek_cqe, it will consume another logical core.
  2. create extra threads equal to the num of io_uring instances?

ghost avatar Jun 01 '23 03:06 ghost