vault backup: 2025-04-04 23:58:09

This commit is contained in:
Marco Realacci 2025-04-04 23:58:09 +02:00
parent 8e517b1bd4
commit 1ce5aec8cd
13 changed files with 34 additions and 50 deletions

View file

@ -2,9 +2,9 @@ Let us define $op ->_{proc} op'$ to hold whenever there exists a process p that
### Sequential consistency
**Def:** a complete history is sequentially consistent if there exists a sequential history $𝑆$ s.t.
![[/Concurrent Systems/notes/images/Pasted image 20250324082534.png]]
![](Concurrent%20Systems/notes/images/Pasted%20image%2020250324082534.png)
![[/Concurrent Systems/notes/images/Pasted image 20250324082545.png]]
![](Concurrent%20Systems/notes/images/Pasted%20image%2020250324082545.png)
>[!warning]
>The problem with sequential consistency is that it is NOT compositional.