[Live-devel] TaskScheduler based on poll

PROMONET Michel michel.promonet at thalesgroup.com
Wed Jun 15 02:17:49 PDT 2016


Hi Ross,

I read this quite old thread http://lists.live555.com/pipermail/live-devel/2014-January/018017.html

This could be interesting for us to overcome the limits of select with file descriptor number above 1024.
As the method "void BasicTaskScheduler::SingleStep" makes 2 things:

-       Call the select, manage fd_set, filedescriptor are set

-       Check trigger and call related handler

-
Basically I would like to keep the trigger feature in another scheduler based on poll that will extend BasicTaskScheduler0 (as BasicTaskScheduler do)

Do you think it could be helpful to move trigger stuff to BasicTaskScheduler0 level and let only fd_set and there management at BasicTaskScheduler level ?

Thanks for your support.

Best Regards,

Michel.




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20160615/13dc576b/attachment.html>


More information about the live-devel mailing list