On Fri, Jun 25, 2010 at 11:41 AM, Gerd Hoffmann wrote:
> Hi,
>
>
> Also, the kqueue implementation in OS X 10.6 seem to have been broken,
>> so I went with your suggestion and reimplemented the event handler using
>> select(). One thing I noticed though was that the epoll implementation
>> watc
Hi,
Also, the kqueue implementation in OS X 10.6 seem to have been broken,
so I went with your suggestion and reimplemented the event handler using
select(). One thing I noticed though was that the epoll implementation
watched the fds for both read and write (add_to_poll()), but since it is
ed