ThesaHelp: references g-h
ThesaHelp: ACM references f-l
Topic: concurrency control by monitors
Topic: monitored statements and events
Topic: waitfor condition in parallel processing
Topic: task scheduling
Topic: plan-based task scheduling
Topic: virtual machine
Topic: non-preemptive task scheduling
| |
Reference
Hoare, C.A.R.,
"Monitors: An operating system structuring concept",
Communications of the ACM, 17, 10, October 1974, pp. 548-557.
Google
Quotations
548 ;;Quote: a monitor is a scheduler for a resource with associated data and procedures; serves only one program at a time; organizes the critical regions
| 549 ;;Quote: use wait and signal operations inside a monitor to wait for other resources
| 557 ;;Quote: never seek optimal scheduling; merely avoid persistently pessibal decisions
| 557 ;;Quote: never develop a virtual machine that is better than actual hardware; instead pass on the speed, compactness, and flat structure of a simple hardware design
| 557 ;;Quote: use preemptive scheduling where possible; use grain of time to secure independence
| 557 ;;Quote: when scheduling, keep a low variance and mean on waiting times
| 557 ;;Quote: when scheduling, ensure that every program makes progress; avoid fixed priorities and infinite overtaking
|
Related Topics
ThesaHelp: references g-h (299 items)
ThesaHelp: ACM references f-l (241 items)
Topic: concurrency control by monitors (24 items)
Topic: monitored statements and events (16 items)
Topic: waitfor condition in parallel processing (20 items)
Topic: task scheduling (49 items)
Topic: plan-based task scheduling (13 items)
Topic: virtual machine (13 items)
Topic: non-preemptive task scheduling (16 items)
|