PPT Slide
- Process is a unit of:
- resource ownership
- dispatching
- Threads
- only an unit of dispatching
- inside a process
- saves time to create, switch and terminate
- A good example: a file server process
- each request as a thread
- the process spawn the threads