Is there any equivalent of IO COmpletion ports on Mac OS X for implementing Asynchronous IO on files....

Thank you....

link|improve this question

20% accept rate
feedback

2 Answers

up vote 0 down vote accepted

Since you asked for a Windows specific feature for OS X, instead of using kqueue directly you may try libevent. It's a thin wrapper to different AIO mechanisms and it work on both platforms.

link|improve this answer
Thank you.. I will try using it.... – anonymos Jun 9 '11 at 4:55
feedback

Use Kqueue

http://en.wikipedia.org/wiki/Kqueue

link|improve this answer
thank you.. Any pointers to sample code for how to use it for getting Async IO completion notification.... – anonymos Jun 9 '11 at 4:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.