[Haskell] select(2) or poll(2)-like function?

Johan Tibell johan.tibell at gmail.com
Mon Apr 18 00:47:33 CEST 2011


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 at 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 at 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 at haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell
>>
>
> _______________________________________________
> Haskell mailing list
> Haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell/attachments/20110418/57f731a5/attachment.htm>


More information about the Haskell mailing list