This commit is contained in:
Marco Realacci 2025-03-10 09:21:12 +01:00
parent 9698163336
commit b5ea48eee8
2 changed files with 6 additions and 5 deletions

View file

@ -34,10 +34,10 @@
"type": "pdf",
"state": {
"file": "Concurrent Systems/slides/class 3.pdf",
"page": 7,
"left": -27,
"top": 250,
"zoom": 0.5754156769596199
"page": 8,
"left": -26,
"top": 147,
"zoom": 0.57541567695962
},
"icon": "lucide-file-text",
"title": "class 3"

View file

@ -144,4 +144,5 @@ unlock(i) :=
```
Se il ticket number è minore si ottiene l'accesso, se il ticket number è uguale, allora si vede il process ID minore.
It is possible that while reading, other processes are writing their turn! So it's possible that I read something unpredictable!
> It is possible that while reading, other processes are writing their turn! So it's possible that I read something unpredictable! We need to consider it in the proofs.