<div class="gmail_quote">2009/7/16 Kazu Yamamoto <span dir="ltr">&lt;<a href="mailto:kazu@iij.ad.jp">kazu@iij.ad.jp</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hello,<br>
<div class="im"><br>
&gt; I have a standalone (i.e. not integrated into the RTS yet) proof of concept<br>
&gt; working using kqueue. However, to be portable we still need to fall back to<br>
&gt; select on systems that don&#39;t support anything better. This implies that if you<br>
&gt; want to write portable code you still suffer from this limit.<br>
<br>
</div>If portability is important, how about falling back to poll(), not<br>
epoll()?<br></blockquote><div><br>We could provide poll as a possible backend but I don&#39;t think it&#39;s available on Windows.<br><br>-- Johan<br><br></div></div>