I was thinking in a general solution for having pipes with very big buffers... but your much simpler proposal fixes perfectly my problem ;)
I'm having too much problems on over-engineering these last days... Thank you, Lluís. 2007/9/6, Gorka Guardiola <[EMAIL PROTECTED]>: > On 9/6/07, Lluís Batlle <[EMAIL PROTECTED]> wrote: > > I was more used to blame GNU's code than man pages :) > > > > To Enrico, in fact I want to use the disk-buffered pipe program in a shell. > > Something like: > > generate_data | diskpipe | data_eater > > I don't think a 9p server would do anything here. > > > > generate_data > input > cat input > output > data_eater < output > > with output and input being files from a file server. > > -- > - curiosity sKilled the cat >
