.. _resource_alloc: Process Resource Allocation =============================== .. figure:: resource_alloc.png :align: center 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.