resource manager ---- aiocb

Hi

Does anybody know what handler do we need to write in the resource manager in order that it can be used in the aiocb structure…that is asynchronous reads/writes?

There is no special requirement in resource manager. The aio functions basically rely on a seperated thread to do the blocking io operation.

Hi Xtang,
Can we open a driver/file, with open() and use read()/write() call with some arguments for asynchronous and blocking operations? I’m not using aio_read and aio_write.