Re: [CentOS] caching pipe?

2009-09-05 Thread Florin Andrei
Good suggestions, thanks. -- Florin Andrei http://florin.myip.org/ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] caching pipe?

2009-09-05 Thread Michael Kralka
On 2009-09-05, at 2:32 AM, Florin Andrei wrote: > Is it possible to add caching to a pipe? > > cat blah | in_RAM_cache_here -s SIZE | something else I beleive dd does what you want. > (*) - it's actually tccat, part of the transcode package, but the idea > is the same. Here's the actual comman

Re: [CentOS] caching pipe?

2009-09-04 Thread Christoph Maser
Am Samstag, den 05.09.2009, 08:32 +0200 schrieb Florin Andrei: > Is it possible to add caching to a pipe? > > cat blah | in_RAM_cache_here -s SIZE | something else > The porgram "buffer" might be what you need. Chris financial.com AG Munich head office/Hauptsitz München: Maria-Probst-Str. 19 |

[CentOS] caching pipe?

2009-09-04 Thread Florin Andrei
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 p