buildFdSets: file descriptor out of range
Kazu Yamamoto ( 山本和彦 )
kazu at iij.ad.jp
Thu Jul 16 02:01:04 EDT 2009
Hello,
> I have a standalone (i.e. not integrated into the RTS yet) proof of concept
> working using kqueue. However, to be portable we still need to fall back to
> select on systems that don't support anything better. This implies that if you
> want to write portable code you still suffer from this limit.
If portability is important, how about falling back to poll(), not
epoll()?
> I've been unable to hack lately due to an injury but I'll be able to get back
> to it next week.
Take care.
--Kazu
More information about the Glasgow-haskell-users
mailing list