vault backup: 2025-03-25 09:08:01
This commit is contained in:
parent
502abc41be
commit
176ea31a74
3 changed files with 7 additions and 1 deletions
1
.obsidian/workspace.json
vendored
1
.obsidian/workspace.json
vendored
|
@ -231,6 +231,7 @@
|
||||||
},
|
},
|
||||||
"active": "0d64f519fd7f9420",
|
"active": "0d64f519fd7f9420",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Pasted image 20250325090735.png",
|
||||||
"Concurrent Systems/slides/class 8.pdf",
|
"Concurrent Systems/slides/class 8.pdf",
|
||||||
"Concurrent Systems/notes/8 - Enhancing Liveness Properties.md",
|
"Concurrent Systems/notes/8 - Enhancing Liveness Properties.md",
|
||||||
"Concurrent Systems/notes/7- MUTEX-free concurrency.md",
|
"Concurrent Systems/notes/7- MUTEX-free concurrency.md",
|
||||||
|
|
|
@ -51,5 +51,10 @@ It can be proved that there exists no wait-free implementation of $\Omega$ in an
|
||||||
- need of timing constraints
|
- need of timing constraints
|
||||||
|
|
||||||
1. $\exists$ time $\tau_{1}$, time interval $\nabla$ and correct process $p_{L}$ s.t. after $\tau_{1}$ every two consecutive writes to a specific SWMR atomic R/W by $p_{L}$ are at most $\nabla$ time units apart one from the other
|
1. $\exists$ time $\tau_{1}$, time interval $\nabla$ and correct process $p_{L}$ s.t. after $\tau_{1}$ every two consecutive writes to a specific SWMR atomic R/W by $p_{L}$ are at most $\nabla$ time units apart one from the other
|
||||||
|
|
||||||
2. let t be an upper bound on the number of possible failing processes and f the real number of process failed (hence, $0\leq f\leq t\leq n-1$, with f unknown and t known in advance).
|
2. let t be an upper bound on the number of possible failing processes and f the real number of process failed (hence, $0\leq f\leq t\leq n-1$, with f unknown and t known in advance).
|
||||||
Then, there are at least $t-f$ correct processes different from $p_L$ with a timer s.t. $\exists$ time $\tau_{2} \forall$ time interval $\delta$, if their timer is set to $\delta$ after $\tau_{2}$, it expires at least after $\delta$
|
Then, there are at least $t-f$ correct processes different from $p_L$ with a timer s.t. $\exists$ time $\tau_{2} \forall$ time interval $\delta$, if their timer is set to $\delta$ after $\tau_{2}$, it expires at least after $\delta$.
|
||||||
|
|
||||||
|
REMARK: $\tau_{1}, \tau_{2}, \nabla$ and $p_L$ are all unknown.
|
||||||
|
|
||||||
|
![[Pasted image 20250325090735.png]]
|
||||||
|
|
BIN
Pasted image 20250325090735.png
Normal file
BIN
Pasted image 20250325090735.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 KiB |
Loading…
Add table
Add a link
Reference in a new issue