Knowledge in message passing

Message Passing

Message passing, in computer terms, refers to the sending of a message to a process which can be an object, parallel process, subroutine, function or thread. This message can be used to invoke another process, directly or indirectly. Message passing is especially useful in object-oriented programming and parallel programming when a single message (in the form of a signal, data packet or function) is sent to a recipient.