[
previous |
index |
next ]
Linux Processes and Tasks:
- Linux Process = Executing Program
(ps axl)
- Linux Task is a generalization of a Thread
- Single threaded process is represented as a task
- Multi-threaded process is multiple tasks
- Only visible to the programmer and the kernel.
- The Scheduler decides which task(s) gets to use the CPU(s)