martin schneebacher wrote: > i'm stuck into a strange problem. i'm piping the output of one > program into a textfile, and with a ruby script i'm parsing it.
Did you mean redirecting to a text file? Piping implies that there is a program reading from the pipe but then there wouldn't be any files involved. > it works fine on my laptop, but on the pc i need it to install the > output in the file is blocked every 10 seconds. That sentence didn't parse for me. I am unable to understand it. > the parser has therfore a delay of maximal 10 second which isn't ok > for this application. Sorry but the description is too vague. Can you reduce this to a simple few lines and show it to us? Bob