Julian Elischer wrote:
> the threads package doesn't do file IO asynchronoulsy
> in fact there ahve been several people threatenning to use AIO
> to make the threads package to that asychronously too.

Which is incredibly funny, if you think about it, since there
are two ways to implement a call conversion threads package:

1)      Trade a sync call for an async call plus a context
        switch

2)      Trade a blocking call for a non-blocking call plus
        a context switch

So... how do you do a non-blocking aio_wait again?  8-) 8-).

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to