The Shared Memory Model
This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.
State
In the shared memory model, parallel tasks read and write one common address space asynchronously, with mechanisms such as locks coordinating who touches what, when.
Show
Nurses updating one whiteboard need the marker rules as much as the board.
Watch for
The coordination mechanisms are the model's real content.
Builds on
Unlocks
- Nothing yet depends on this.