Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Software Architecture/Programming model/
Message Passing
Search

Message Passing

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Jun 2 4:32
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2025 Jan 11 12:51
Refs
Refs
RPC
Message Passing Algorithms
Belief propagation
 
 
 
Message passing
In computer science, message passing is a technique for invoking behavior (i.e., running a program) on a computer. The invoking program sends a message to a process (which may be an actor or object) and relies on that process and its supporting infrastructure to then select and run some appropriate code. Message passing differs from conventional programming where a process, subroutine, or function is directly invoked by name. Message passing is key to some models of concurrency and object-oriented programming.
Message passing
https://en.wikipedia.org/wiki/Message_passing
 
 

Backlinks

Broccoli RustPython CeleryBlockchain Protocol

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Software Architecture/Programming model/
Message Passing
Copyright Seonglae Cho