SW StudyWalks

Computer Science  /  CS 0206  ·  Atom · ~20 seconds

The Message Passing Model

Video not yet published
to the StudyWalks catalog
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.