in reply to Re: How to share streams between processes
in thread How to share streams between processes
Some pseudo to illustrate my point:
-MAIN: Create new external process
-----> EXTERNAL: <generates data>
MAIN: <while data is being generated>
MAIN: do something with it.
-----> EXTERNAL: <exits>
MAIN: <no more data>
MAIN: <exits>
Q: If you were to do this with sharing the streams "STDOUT" and "STDERR", how would you?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to share streams between processes
by BrowserUk (Patriarch) on Sep 03, 2008 at 17:44 UTC | |
by rapide (Beadle) on Sep 06, 2008 at 10:58 UTC |