<div style="white-space:pre-wrap">For a project i need to bind some some sockets events in a nif and i wonder what would be the simple cross-platform event loop i could use. select is limited to 1024 sockets on some platforms. I wonder if outside libev, libevent or libuv someone found a simpler one ? Simple means easy to embed/build statically and with a simple API. I only need to manage sockets events. Any idea?<br><br>benoĆ®t</div>