16 Dec
2005
16 Dec
'05
2:03 p.m.
On 12/16/05, Einar Karttunen <ekarttun@cs.helsinki.fi> wrote:
To matters nontrivial all the *nix variants use a different more efficient replacement for poll.
So we should find a library that offers a unified interface for all of them, or implement one ourselves. I am pretty sure such a library exists. It should fall back to select() or poll() on platforms that don't have better alternatives. Best regards Tomasz