On 26.09.2006, at 00:26, Mike wrote:
I highly recommend a download and read-through of lighttpd sources. They have a very simple abstraction that handles the available interfaces (kqueue, poll, and friends).
Indeed. They use their own abstraction of fdevents which translates to either pool, port, devpool, kqueue or whatever is available on the target system. This is a good starting point for our own endeavours. Thanks for the tip!