Yes, but that solution is complicated as well and it would be a
wasted effort after implementing O_DIRECT. And O_DIRECT gives
us 300% of the usefulness:
* O_DIRECT solves the "Recordings menu sluggish" problem in an
elegant way.
* It makes all of VDR I/O on nnn.vdr files faster, as the kernel
can DMA directly between the device and the VDR buffer.
* It increases the performance of the entire system, by eliminating
the overhead of moving gigabytes of data in and out of the cache
needlessly and by keeping the cache memory available for useful data.
Carsten.
I don't believe this will work so easily. As said in the man page: "In
general this will degrade performance"