I was reading about ways to prevent deadlocks and I came across a way in which we eliminate the circular wait condition by creating total order.My questions is what happens if implement partial order instead of total order?Can someone illustrate by an example.
↧