in reply to Re: Launching multiple commands in parallel
in thread Launching multiple commands in parallel

OK. I tried the run_parallel which seemed to work great for commands that return once launched. But it didn't seem to work for commands that can take up to 5 minutes to return the prompt (if run outside of perl). Yes, I have tried to put them in the background (&) but it did not make a difference.....
  • Comment on Re: Re: Launching multiple commands in parallel

Replies are listed 'Best First'.
Re: Re: Re: Launching multiple commands in parallel
by Capt_Howdey (Initiate) on Mar 08, 2002 at 16:11 UTC
    Actually if i submit these commands in the background (&), STDERR is not sent back to the parent when they fail.....