ev8r
08-12-2003, 02:55 PM
There used to be a command in bash scripting that would look something like this:
command1 | buffer > command2. whereas the buffer comand would store data until command2 was ready to read from it.
what im needing is a way to buffer data between 2 processes. 1 of which reads realtime measurement data(sampled at a fixed rate, which cannot be flow-controlled) and sends it to process 2 (which has a variable processing time)...
i am wondering what this utility was replaced with as it would be useful right now.......any insight would be great
thnx
command1 | buffer > command2. whereas the buffer comand would store data until command2 was ready to read from it.
what im needing is a way to buffer data between 2 processes. 1 of which reads realtime measurement data(sampled at a fixed rate, which cannot be flow-controlled) and sends it to process 2 (which has a variable processing time)...
i am wondering what this utility was replaced with as it would be useful right now.......any insight would be great
thnx