Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Transfer mode



 
> Your machine is *way* faster than the one VDR was originally developed
> on. Maybe the usleep(1) call in cTransferBuffer::Output() (in
> dvbapi.c) should be changed to a somewhat higher value. Try
> usleep(100) or usleep(1000). Maybe you'll need even more.

i doubt, that any value smaller than 10000 would make any difference.
cause the resolution of usleep is limited to the 100HZ kernel sheduler
clock, 10ms is the minimum time usleep waits for the next timeslice. but
i could be wrong. maybe the kernel reshedules the process, for faster
io. does anybody know for sure?

best regards ...
clemens



Home | Main Index | Thread Index