concept
active
concept:asynchronous-communicationasynchronous communication
Communication where sender does not block; dominant in Linda.
Neighborhood — ranked by edge-count
Concepts (1)
concept
- synchronous communicationrelated_toBlocking remote procedure call; Linda can implement it but it is less natural.
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.
- Update strategy where random subsets of cells are updated per step, simulating independent cell clocks
- Training regime where random subsets of cells update per step, improving robustness of learned circuits
- Basis for preferring Linda's out (asynchronous) to remote procedure calls.
- The principle underlying Linda where processes generate data objects (tuples) that drift into tuple space for other processes to discover and access.
- Foundational argument for Linda's design: processes should not block waiting for responses when they can dump results asynchronously.
- Underlying theme: memory as communication between temporal and spatial agents.