vault backup: 2025-03-12 12:24:27
This commit is contained in:
parent
a6939cfeb2
commit
a88fc10c02
1 changed files with 2 additions and 3 deletions
|
@ -181,10 +181,9 @@ producer A:
|
|||
- but wait! Consumer B is still reading there
|
||||
- **Producer A doesn't give a fuck.**
|
||||
![[Pasted image 20250312121828.png|200]]
|
||||
*don't be like Producer A, be more like Bob*
|
||||
|
||||
|
||||
*don't be like Producer A, be more like Bob, who always scans EMPTY before!*
|
||||
|
||||
So the issue here is that producers just assume that IN is the first available slot. But it its not necessarily the case.
|
||||
#### The Readers/Writers problem
|
||||
- Several processes want to access a file
|
||||
- Readers may simultaneously access the file
|
||||
|
|
Loading…
Reference in a new issue