Shared memory programming - Multi-threaded programming

From Parawiki

Jump to: navigation, search

Concept

In a shared memory system, multiple tasks, often with a different functionality, run in parallel. The tasks communicate with one another by writing to and reading from a shared memory.

Personal tools