vault backup: 2025-04-05 00:07:51

This commit is contained in:
Marco Realacci 2025-04-05 00:07:51 +02:00
parent 47b74f3eec
commit 1c82ee3d9d
11 changed files with 30 additions and 30 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%20Systems/notes/images/Pasted%20image%2020250324082534.png)
![](images/Pasted%20image%2020250324082534.png)
![](Concurrent%20Systems/notes/images/Pasted%20image%2020250324082545.png)
![](images/Pasted%20image%2020250324082545.png)
>[!warning]
>The problem with sequential consistency is that it is NOT compositional.