11 lines
No EOL
212 B
Markdown
11 lines
No EOL
212 B
Markdown
|
|
|
|
How does the OS distinguish between a **Process** and a **Thread**?
|
|
|
|
---
|
|
|
|
🧵
|
|
|
|
- **Thread**: A single thread of control/execution.
|
|
- **Process**: A collection of threads and an associated **address space**.
|
|
|