vault backup: 2025-03-24 08:39:22
This commit is contained in:
parent
151e0612f0
commit
dc8a303757
2 changed files with 8 additions and 4 deletions
|
@ -13,4 +13,8 @@ Consider for example the following two processes:
|
|||
p1: Q.enq(a); Q'.enq(b'); Q'deq()->b'
|
||||
p2: Q'.enq(a'); Q.enq(b); Q.deq()->b
|
||||
```
|
||||
In isolation, both processes are sequentially consistent.
|
||||
|
||||
However, no total order on the previous 6 operations respects the semantics of a queue:
|
||||
- if p1 receives b' from Q'.deq, we have that Q'.enq(a'), must arrive after Q'.enq(b')
|
||||
- to respect $\to_{proc}$
|
Loading…
Add table
Add a link
Reference in a new issue