Difference between resource deadlock and communication deadlock
Answers
Answered by
12
Resource deadlock is a case where two computer programs sharing the same resource are effectively preventing each other from accessing the resource resulting in both programs ceasing.
Communication deadlock happens whenever process A is trying to send a message to process B which is trying to send message to process C which in turn sends a message to A.
Similar questions