Child Process
In parallel programming, especially when we are focusing system running multiple processes at the same time, the child process becomes an important part of it.
Illustration of parent & child process (reference: cmu 15213 slide)
A child process is created using pid = fork() . When pid==3 , it means