Ask Question
27 December, 17:54

4) Two processes, A and B, each need three records, 1, 2, and 3 in a database. If A asks for them in the order 1,2,3, and B asks for them in the same order, deadlock is not possible. With three resources, there are 3! (factoral 3*2*1) or six possible combinations in which each process can request them. What fraction of all the combinations is guaranteed to be deadlock free?

+4
Answers (1)
  1. 27 December, 19:50
    0
    If A request for 1 and B also request for 1, then A succeed and B is going to block. This will avoid the deadlock.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “4) Two processes, A and B, each need three records, 1, 2, and 3 in a database. If A asks for them in the order 1,2,3, and B asks for them ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers