in reply to Re: Re: exec()ed process dont write to std(?:err|out) (system)
in thread exec()ed process dont write to std(?:err|out)
Yes, Win32 doesn't have fork.
Since most uses of system() (which are done outside of Perl, I'd guess) end up calling /bin/sh just to interpret the command-line syntax and then have /bin/sh just sitting around the entire time waiting for the program you really wanted to run to exit, I don't think it can be too awful to have a similar situation with perl sitting around.
As for the bigger picture of what you are really trying to do, I won't pretend to understand it.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^3: exec()ed process dont write to std(?:err|out) (system)
by demerphq (Chancellor) on Apr 13, 2004 at 15:42 UTC | |
by tye (Sage) on Apr 13, 2004 at 16:00 UTC | |
by demerphq (Chancellor) on Apr 13, 2004 at 16:07 UTC | |
by bbfu (Curate) on Apr 13, 2004 at 19:06 UTC |