Outline for April 9, 2008
Reading:
Text, §4.1, 4.3, 4.5, 4.6
- Greetings and felicitations!
- Processes in the kernel
- Process control block
- Process state
- Process queues
- Dispatcher
- Parallelism
- What and why?
- Precdence constraint
- Precedence graph
- Process flow graph
- Bernstein conditions
- Basic constructs
- fork, join, quit
- parbegin, parend
- Problem: bounded buffer without protection