c - io_submit() blocks until a previous operation will be completed -
i'm using linux kernel aio through libaio, , have submit next reading operation before previous 1 completed. problem io_submit()
blocks time and, can deduce interval, waits previous operation completed.
i know can enqueue several operations single io_submit()
, not option me, because don't know how next read operation when it's time submit first one.
is working me, or everyone? in second case, may ask if i'm looking feasible, or have fallback threaded model?
Comments
Post a Comment