Home / Definitions / Message Passing

Message Passing

Vangie Beal
Last Updated May 24, 2021 7:48 am

Message passing is 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).