Maybe this could be implemented in terms of a portable library such as ACE or boost::asio. That is an interesting idea. I can volunteer myself to help with it.<br><br>Regards,<br><br>Paulo.<br><br><div class="gmail_quote">
2010/1/26 Adam Mich <span dir="ltr">&lt;<a href="mailto:adammich2@gmail.com">adammich2@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>Hello,<br></div><div></div><div>Has anybody tried to replace standard select() loop in LiveMedia with a different asynchronous I/O mode ? Select() isn&#39;t especially effective, when it comes to sending or receiving a large number of small UDP packets over many connections, and it is the most often scenario in RTP applications. Even more important - it is hard to merge your own event queue with select() loop - there is no easy way to break out from select() on some external event. It would be great to have a few different backends for network event dispatching - most systems have their own asynchronous I/O modes and it should be relatively easy to implement them in LiveMedia.  I know there is TaskScheduler I can reimplement, but I need also a control over creation/destruction of a socket and over sending and receiving data ( in Windows you have to use non standard functions instead of send() and recv() ) - something like Socket class. Any help ? Anybody did it already ?  </div>

<div></div><div>Thanks in advance,</div><div>Kamil </div>
<br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br>