Shared memory programming - Multi-threaded programming
From Parawiki
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.