• Marko Mäkelä's avatar
    MDEV-24270: Collect multiple completed events at a time · 6479006e
    Marko Mäkelä authored
    tpool::aio::N_PENDING: Replaces OS_AIO_N_PENDING_IOS_PER_THREAD.
    This limits two similar things: the number of outstanding requests
    that a thread may io_submit(), and the number of completed requests
    collected at a time by io_getevents().
    6479006e
tpool.h 6.71 KB