in reply to Is fork() my answer to using dual-cpu?

You probably don't want to exec the shell script in the parent - fork $total_number_of_runs times, and exec only in the children.
  • Comment on Re: Is fork() my answer to using dual-cpu?