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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -