> Since there is nothing else in the “doEventLoop” I terms of calls I have to
> assume the 10mS you mentioned should be the execution time of the
> “SingleStep” method.
That's correct. If the server really is doing nothing, and there is nothing
happening on any on any of its sockets, then "Sin
Thanks Ross.
I used the word "sleeping" to mean that the process gives up any remaining
time from its current time-slice for the OS to allocate as required.
Using your information I did some more digging and if I measure the
execution time of "SingleStep" when the OnDemandRTSPServer applica
> While investigating another issue I began to dig a little deeper into how the
> library operates and it appears to me that the process running the servers
> never sleeps, is this correct?
Not really. I don't know what specifically you mean by 'sleep', but - as you
know - LIVE555-based applic
Ross,
While investigating another issue I began to dig a little deeper into how
the library operates and it appears to me that the process running the
servers never sleeps, is this correct?
If so, since this process will run on an embedded system and we try not to
waste cycles I would like