- Starving deadlocks apply to an execution thread where it does not get the necessary input to move on.
- Contention deadlocks happen when multiple shared resources are required by different execution threads, but they are distributed among these threads so that no one has all the resources necessary to move on.
No comments:
Post a Comment