InterviewSolution
Saved Bookmarks
| 1. |
When Is A System In Safe State? |
|
Answer» The set of dispatchable processes is in a SAFE STATE if there EXISTS at least one temporal order in which all processes can be run to COMPLETION without resulting in a DEADLOCK. The set of dispatchable processes is in a safe state if there exists at least one temporal order in which all processes can be run to completion without resulting in a deadlock. |
|