<html><head><base href="x-msg://736/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">FYI, I've now installed a new version (2012.08.20) of the "LIVE555 Streaming Media" code that updates the "BasicTaskScheduler" class to add an optional "maxSchedulerGranularity" parameter to "BasicTaskScheduler::createNew()". (The default value is the same as before: 10000 - i.e., 10 ms.)<div><br></div><div>If you know that you won't be using 'event triggers' at all, you can specify a special value of 0 - i.e., create your scheduler object by calling:</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>BasicTaskScheduler::createNew(0);</div><div>If you do this, then the scheduler will remain blocked in "select()" until a socket event or delayed task occurs.</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>