L
Lebplaya
Ok ... heres my situation.
I need to run 4 child processes in parallel. each child process will
exececute a different program. How would i go about sending the PID of
the child back to the parent upon execution of each program. I need
the parent to print out a message upon successful completion of the
exec statements. Since the children have to run in parallel, i cannot
run the first child and wait for completion ... they must all be run
at the same relative time. Any help here would be greatly appreciated.
Thanks
I need to run 4 child processes in parallel. each child process will
exececute a different program. How would i go about sending the PID of
the child back to the parent upon execution of each program. I need
the parent to print out a message upon successful completion of the
exec statements. Since the children have to run in parallel, i cannot
run the first child and wait for completion ... they must all be run
at the same relative time. Any help here would be greatly appreciated.
Thanks