[racket] Embedding multiline shell scipts

From: Thomas Chust (chust at web.de)
Date: Sun Feb 6 10:14:42 EST 2011

2011/2/6 Manfred Lotz <manfred.lotz at arcor.de>:
> [...]
> I don't know how to merge stdout and stderr in proper sequence.
> [...]

There is no such thing as proper sequencing of data flowing through
different streams.

Due to buffering in system libraries and the operating system kernel
it is also entirely impossible to reliably process the output data in
the exact sequence it was produced by the external process.

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.


Posted on the users mailing list.