In other words, it's reasonable to fork of tens of thousands of threads and expect good performance.
On Apr 17, 2011 10:46 PM, "Don Stewart" <dons00@gmail.com> wrote: > `forkIO` is based on epoll. So threadWaitFD and friends are using epoll.
> > On Sun, Apr 17, 2011 at 1:29 PM, Matthias Kilian <kili@outback.escape.de> wrote: >> Hi, >> >> is there something like select(2) or poll(2) available in the
>> standard (HP) libraries? I hoogled around a little bit but didn't >> find anything. (Something like this will be crucial for networking >> stuff listening on v4 and v6 sockets at the same time)
>> >> Ciao, >> Kili >> >> _______________________________________________ >> Haskell mailing list >> Haskell@haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell >> > > _______________________________________________ > Haskell mailing list
> Haskell@haskell.org > http://www.haskell.org/mailman/listinfo/haskell