concept
active
concept:linda-programming-modelLinda Programming Model
Neighborhood — ranked by edge-count
Communities (1)
community
- Programming Systemsmembers_of
Concepts (2)
concept
- Tuple SpaceimplementsA region where processes deposit and retrieve persistent tuples; central to Linda's asynchronous coordination model.
- Generative CommunicationimplementsThe principle underlying Linda where processes generate data objects (tuples) that drift into tuple space for other processes to discover and access.
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- The central thesis of the paper, stated explicitly in the introduction.
- A model of process creation and coordination based on generative communication and tuple spaces; the central topic of the paper.
- The core parallel programming model introduced in this paper, based on tuple space operations and orthogonal to any base language.
- The Actors model covers fewer programming patterns than Linda, but in a more complicated way.claim0.796Critique that Actors is less expressive yet more complex.
- Load-bearing definition of Linda's relation to the base language.
- Overall comparison conclusion against concurrent logic.
- Foundational principle: Linda's orthogonality to base language and computation model is its core strength.