October 2018
Beginner
794 pages
19h 23m
English
It's the simple case (one we've already come across): a process forks, creating one child process. The parent subsequently issues the wait API; it now blocks on a status change in it's child process; recall, the possible status changes the child can possibly go through are these:
(The state transitions and the letters representing the process state are covered in Chapter 17,
Read now
Unlock full access