Message passing programming

From Wikipedia, the free encyclopedia

In computer science, message passing programming, as opposed to imperative programming, is a programming paradigm that describes computation in terms of communicating messages to recipients that have local state as opposed to operations that change shared memory. Prominent examples of the message passing approach are the actor model, object-oriented programming, Web Services, and the Internet.

[edit] See also