Mailing List archive

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

[vdr] Re: keys: Very slow response to "recording"



Carsten.Koch@icem.de(Carsten Koch)  28.10.01 00:35

Once upon a time Carsten Koch shaped the electrons to say...

>Rainer Zocholl wrote:
>...
>> What the heaven(hell?) is VDR doing during this 15 seconds?

>It is executing the shell command defined at recording.c line 34.

>This has been discussed here before.

Look arround: What messages do you mean?
I only found the one from emil with the clear topic: "Improvement tip" ;-)


>You can run than same command outside vdr and time it, e.g.:
>     time find /video -follow -type d -name '*.rec'


time ls -d /video/*/*.rec /video/*/*/*.rec 2> /dev/null| wc -l
     39

     real    0m0.021s
     user    0m0.020s
     sys     0m0.000s


time find /video -follow -type d -name '*.rec'| wc -l
     39

     real    0m0.124s
     user    0m0.050s
     sys     0m0.080s



But that are only 100ms... (astonishing enough factor 5!)

(i let each run several times)




Home | Main Index | Thread Index