Displaying 1 result from an estimated 1 matches for "in_ram_cache_here".
2009 Sep 05
3
caching pipe?
Is it possible to add caching to a pipe?
cat blah | in_RAM_cache_here -s SIZE | something else
I'm doing what is essentially a cat (*) from a DVD directly to an NFS
share. It looks like the two media (DVD and NFS) have very different
read / write behaviors, speeds and timings, and the overall process is
not as fast as possible. So I was wondering if some kind...