Re: fifo unlimited buffer size? (possibly tee related)

2012-12-04 Thread Peng Yu
I understand the structure, but the concurrent pipelines need separate data sources (process or file copy), or otherwise deadlock may happen as data overflows various buffers. I suppose this could be encapsulated in tee(1) with non-blocking writes and internal buffering, but that would just

Re: fifo unlimited buffer size? (possibly tee related)

2012-12-04 Thread Pádraig Brady
On 12/04/2012 04:26 PM, Peng Yu wrote: I understand the structure, but the concurrent pipelines need separate data sources (process or file copy), or otherwise deadlock may happen as data overflows various buffers. I suppose this could be encapsulated in tee(1) with non-blocking writes and