Communication systems

From Parawiki

Jump to: navigation, search

Communication is a fundamental aspect of parallel programming. Unfortunately, expressing efficient communication is also one the most difficult aspects.


Communication systems can be classified as:

  1. Shared memory programming - Multi-threaded programming
  2. Message passing systems


Personal tools