Changes for page Deadlock Prevention

Last modified by chrisby on 2023/11/28 19:17

From version 2.2
edited by chrisby
on 2023/11/26 19:30
Change comment: There is no comment for this version
To version 1.4
edited by chrisby
on 2023/11/26 19:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,14 +1,12 @@
1 1  Deadlocks can only occur if all four specific conditions are met. Therefore, strategies to prevent deadlocks focus on negating one of these conditions.
2 2  
3 -| ------------------------ | ------------------------------------------------------------------------------------------ | ------------- | ----------- |
4 -| **Condition** | **Description** | **Solutions** | **Dangers** |
5 -| Mutual Exclusion / Mutex |
3 +| ------------- | --------------- | ------------- | ----------- |
4 +| **Condition** | **Description** | **Solutions** | **Dangers** |
5 +| | | | |
6 +| | | | |
7 +| | | | |
8 +| | | | |
6 6  
7 -When resources can't be used by mutual thread and there are less resources than threads. | | |
8 -| | | | |
9 -| | | | |
10 -| | | | |
11 -
12 12  #### Lock & Wait
13 13  
14 14  * Description: