Geminias @ Fri Feb 29, 2008 11:35 am wrote:
Hi, just to clarify, is a limitation of piping the fact that you can't have multiple clients? I think you can only have one stdin and one stdout so I dont see how you could create a FIFO connected to the stdin of the same program from multiple other programs.
I believe that the "clients" end up competing for the input. It is possible to have a program that takes stdin and writes to multiple pipes, buffers and/or files (allowing you to have "multiple client"-like behaviour).