[fpc-devel] Linux Signals

Marco van de Voort marcov at stack.nl
Sun Jan 2 02:26:19 CET 2011


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 ) :-)




More information about the fpc-devel mailing list