0
2.8kviews
Explain Message passing.

Subject: Operating System

Topic: PROCESS COORDINATION

Difficulty: Hard

1 Answer
0
80views

Message passing sends a message to a process and relies on the process and the supporting infrastructure to select and invoke the actual code to run.

Message passing differs from conventional programming where a process, subroutine, or function is directly invoked by name.

Message passing is key to some models …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.