in reply to Re^2: Cannot print child process command during fork
in thread Cannot print child process command during fork

Since no useful work appears to be done at the conclusion of the forked child processes, and $proc and $cmd were unspecified, I assumed that $cmd was a brief command that started a remote process, and exited. If this is the case, the difference between serial and parallel processing would not be significant.

So, point taken. I should have clarified my assumptions.

     "An undefined problem has an infinite number of solutions." - Robert A. Humphrey         "If you're not part of the solution, you're part of the precipitate." - Henry J. Tillman

  • Comment on Re^3: Cannot print child process command during fork