Content deleted Content added
→Shared memory: ce |
|||
Line 19:
{{Main|Message passing}}
Message passing is a concept from computer science that is used extensively in the design and implementation of modern software applications; it is key to some models of concurrency and object-oriented programming. In a message passing model, parallel tasks exchange data through passing messages to one another. These communications
====Implicit====
|