Process and Threads
Goal
- Understand the concept of program, process, and thread.
Reading Assignments
Discussion Topics
- What are the differences between a program and a process?
- What are the differences between a process and a thread?
- Write the psuedo-code to perform a process context
switch.