vault backup: 2025-04-04 23:39:27

This commit is contained in:
Marco Realacci 2025-04-04 23:39:27 +02:00
parent 6a9cf80167
commit 24539ddb11
13 changed files with 28 additions and 28 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.
![[images/Pasted image 20250324082534.png]]
![[/Concurrent Systems/notes/images/Pasted image 20250324082534.png]]
![[images/Pasted image 20250324082545.png]]
![[/Concurrent Systems/notes/images/Pasted image 20250324082545.png]]
>[!warning]
>The problem with sequential consistency is that it is NOT compositional.