Process Lifecycle
← Back to Processes and Threads
The states a process transitions through during its lifetime: created, ready, running, waiting, and terminated. The OS scheduler manages these transitions, moving processes between states based on resource availability and scheduling decisions.
Key Properties
Related
- CPU Scheduling (determines when processes run)
- Context Switching (mechanism for state transitions)