vault backup: 2025-03-08 17:51:57

This commit is contained in:
Marco Realacci 2025-03-08 17:51:57 +01:00
parent 561e4939e7
commit db7262759e

View file

@ -101,8 +101,8 @@ Every solution to a problem should satisfy at least:
**Both inclusions are strict:** **Both inclusions are strict:**
$$\text{Deadlock freedom} \not \implies \text{Starvation freedom}$$ $$\text{Deadlock freedom} \not \implies \text{Starvation freedom}$$
![[Pasted image 20250303093116.png]] ![[Pasted image 20250303093116.png]]
*p1 is starving!*
Starvation freedom $\not \implies$ Bounded bypass $$\text{Starvation freedom} \not \implies \text{Bounded bypass}$$
Assume a $f$ and consider the scheduling above, where p2 wins $f(3)$ times and so does p3, then p1 looses (at least) $2f(3)$ times before winning. Assume a $f$ and consider the scheduling above, where p2 wins $f(3)$ times and so does p3, then p1 looses (at least) $2f(3)$ times before winning.
### Atomic R/W registers ### Atomic R/W registers