Processes and Threads
Back: Operating Systems
The fundamental units of execution managed by the operating system. Processes provide isolation with separate memory spaces, while threads enable concurrency within a process through shared memory.
Concepts
- Process
- Thread
- Process Lifecycle
- Context Switching
- Inter-Process Communication (IPC)
- Green Threads and Fibers
- Coroutines