Skip to content

Processes and Threads

Processes

What is a Process?

Process Management

Threads

What is a Thread?

Thread Management

Concurrency and Parallelism

Books

  • Operating System Concepts by Silberschatz, Galvin, and Gagne: (ISBN: 978-1292400451)
  • Excellent coverage of processes, threads, and concurrency.
  • Modern Operating Systems by Andrew S. Tanenbaum: (ISBN: 978-0133591620)
  • In-depth explanations of operating system concepts, including process and thread management.