KnowraMessage passingLinked fromLinked fromThe 11 pages that link to Message passing, each with the reason it gives.All 11Related 10Compared with 1Distributed computingRelated: Networked computers use messages to coordinate without sharing a single memory space.Object-oriented programmingRelated: Some object-oriented designs model method calls as messages between objects.Cache coherenceCompared with: Message passing avoids implicitly shared cache copies by making communication explicit.SmalltalkRelated: Smalltalk objects invoke behavior by sending messages rather than calling conventional procedures.Alan KayRelated: Kay emphasized message passing as a way to connect independent software objects.Concurrency (computer science)Related: Tasks can coordinate without directly sharing mutable memory.Parallel algorithmRelated: Distributed parallel algorithms use messages to share results and coordinate work.Concurrent computingRelated: Tasks can coordinate by sending messages instead of sharing mutable memory.Programming paradigmRelated: Object-oriented and concurrent systems often coordinate through messages between objects.Objective-CRelated: Objective-C method calls use message syntax and are resolved through the runtime.Computer clusterRelated: Cluster processes use messages to coordinate work across separate machines.