concept
active
concept:message-passing-model

Message-Passing Model

Traditional parallel programming model where processes send directed messages to each other; contrasted with Linda's generative communication.

Neighborhood — ranked by edge-count

Frameworks (1)

framework
  • Actors Model
    associated_with
    A message-passing concurrency model where processes (actors) communicate via messages (talks) and generate new processes; related to concurrent objects.

Communities (1)

community

Concepts (1)

concept
  • Linda
    contradicts
    The core parallel programming model introduced in this paper, based on tuple space operations and orthogonal to any base language.

Artifacts (1)

artifact
  • The source article that introduces and argues for the Linda parallel programming model, comparing it to message-passing, concurrent objects, logic programming, and functional programming.

Related by similarity (8)

cosine ≥ 0.65 · no typed edge

Entities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.

  • Message Passingframework0.896
    Traditional parallel programming model requiring explicit point-to-point communication; Linda generalizes this via tuple spaces.
  • Algorithmic framework for probabilistic inference in graphical models.
  • Algorithm for approximate Bayesian inference based on mean-field approximation.
  • Message passing algorithm for approximate Bayesian inference using mean-field factorisation.
  • A model mapping outputs to expected inputs, used in motor control and perception for embodiment.
  • modelconcept0.768
    A representation that captures relevant aspects of a system; according to the theorem, the regulator must embody this.
  • Language Modelconcept0.767
    Primary test domain for manifold steering, including reasoning and ICL tasks
  • Message Busframework0.759
    Pattern enabling backplane to alert applications of state changes via decoupled messaging rather than direct calls.