Process
Publish date: Oct 6, 2019
Last updated: Apr 22, 2020
Last updated: Apr 22, 2020
What is a process
A program which is loaded from HDD to RAM and is currently being processes by CPU.
How process are created?
- binary executables
- originally written as text file in c,C++,rust etc
- Then compiled to generate binary
- Internal shell commands
- Shell scripts
Hyperthreading vs CPU Cores
- Multitasking - context switching
- Hyperthreading - can run 2 processes at the same time
Footnotes
[^2]: