in reply to Stream processor?
multiplexing (input stream can be converted into several output streams)
If you're thinking in terms of unixy file i/o streams, you probably can't do better than a good modern shell, like ksh or bash. They let you open several (not sure what the limit is) streams for reading and writing very easily. See, for example, ksh93 i/o or bash i/o.
|
|---|