INTRODUCTION
Typical issues in parallel programming are
- process creation,
- synchronization,
- communication handling,
- deadlock, and
- process termination.
These issues arise because that are many flows of control through the program (one per process).
Languages should make the programming of multicomputers to be not much harder that programming sequential computers.