The Message Passing 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 message passing model, separate processes communicate only by sending messages, never by sharing memory — each task computing on its own local memory, on one machine or many.
Show
Field offices with private files coordinate entirely by mail and still close the books.
Watch for
No shared memory means no shared-memory bugs, at postage cost.
Builds on
Unlocks
- Nothing yet depends on this.