In our previous episode, Andrew Brunner said:
> proven methods under Linux.  I wonder if epoll was ever brought into
> Darwin...  I did notice Apple making a quiet exit out of the Server
> market.

As said, BSDs (and afaik Darwin too) use kqueue/kevent. (kevent is e.g. for
directory notifications).

Afaik kqueue is largely equivalent to epoll in functionality (and some
people  call it slightly more elegant even).

Note that this is all written in the first paragraph of the urls that you
quote ( http://daniel.haxx.se/docs/poll-vs-select.html ) :-)

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to