in reply to Re^6: capturing output of system call inside a thread
in thread capturing output of system call inside a thread
@1nickt I have submitted code with a minimal example of what I want to do . In reality code that processes are going to run the most general things -- often submitting jobs to sungrid engine or calling standalone programs of which I have no control.
@BrowserUK I guess I have drawn distinction between STDOUT and STDERR produced by perl code and by program run by system() call because they have shown to behave differently in my example code. Looks like you're suggesting that they should behave the same way. Perhaps they should - I'm not sure. We can go with your assumption that they should. In which case I want to capture STDOUT and STDERR of each worker "process".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: capturing output of system call inside a thread
by BrowserUk (Patriarch) on Sep 03, 2015 at 21:32 UTC | |
by that_guy (Novice) on Sep 04, 2015 at 12:59 UTC | |
by BrowserUk (Patriarch) on Sep 04, 2015 at 13:03 UTC | |
|