Q. Advantages and Disadvantage of Message Passage Programming?
Advantages of Message Passage Programming
- Portable
- It is less error prone
- Offers excellent low-level control of parallelism
- Minimal overhead in data distribution and concurrent synchronisation
Disadvantages
- Message-passing code normally needs more software overhead than parallel Shared-memory code.