A type of communication between processes. Message passing is a form of
communication used in
parallel
programming and
object-oriented
programming. Communications are completed by the sending of messages
(functions, signals and data packets) to recipients.
See also Message Passing
Interface (MPI).