2011/2/6 Manfred Lotz <manfred.l...@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.
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to