Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 11
Processes and Signals
Beginning Linux Programming, Fourth…
Chapter 11
Processes and Signals
Beginning Linux Programming, Fourth Edition
An address space with one or more threads executing within that address space, and the required system resources for those threads
-
-
-
Process scheduling
Linux uses a process scheduler to decide which process will receive the next time slice. It does this using the process priority
-
-
-
Threads
They can be of great value in some applications, such as database servers
-
-