Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
message passing
Last modified: Wednesday, April 19, 2006
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.
Wikipedia: Message Passing In computer science, message passing is a form of communication used in concurrent programming, parallel programming, object-oriented programming, and interprocess communication.