0
31kviews
Explain Desirable Features of good message passing system?
1 Answer
written 9.1 years ago by | • modified 9.1 years ago |
Message Passing system is subsystem of Distributed System that provides a set of message based IPC protocol and does so by hiding details of complex network protocols and multiples heterogeneous platform from programmers.
2 Primitives: Send 2 Receive.
Features of Message Passing: - Simplicity: Simple and Ease to use. …