3.2. The Process Manager Job¶
The responsibilities of the process manager include:
Process creation and termination
Thread creation and termination
Process/thread synchronization
Resource allocation
Resource protection
Cooperation with the device manager to implement I/O
Implementation of the address space
Process Scheduling
Contents