Chapter 2. Process Management

Table of Contents

2.1. Process Alone
2.1.1. Starting A Process
2.1.2. What Is The Interface
2.2. Achieving Parallelism
2.2.1. Multiprocessing On Uniprocessors
2.2.2. How To Decide Who Runs
2.2.3. What Is The Interface
2.3. Process Communication
2.3.1. Shared Memory
2.3.2. Message Passing
2.4. Process Synchronization
2.4.1. Means For Synchronization
2.4.2. Memory Models
2.4.3. What Is The Interface