3.2.2. Process Resource Allocation

../_images/resource_alloc.png

If a process requests a resource that is already in use, the process is held in a queue until the resource becomes available.

Note

The management of various queues to hold blocked processes is a major responsibility of the process manager.