First page Back Continue Last page Summary Graphics
Reflex
"Ultimate Assault on the Scheduler"
Threads exchanging messages using message pipes
- No I/O overheads
- Overexposes scheduler problems
- Any increase in lock contention or hold time clearly seen
Explicitly control
- Number of runnable threads
- Frequency of schedule(), reschedule_idle()
Notes: