On Tuesday, October 15, 2002, at 01:42 AM, email@hidden wrote:
Hi,
I would like to ask how the Quicktime server implements
asynchronous I/O? I found that MacOS did not provide asyn I/O system
call (aio_xxx).
Thank you.
Bill
The server uses select for asynchronous I/O. I am not familiar with
aio_xxx calls. The server uses select because of its portability.