March 2003
Intermediate to advanced
912 pages
27h 17m
English
Section 4.4 introduced an implementation mechanism which allows an operating system process to synchronize with a hardware event, typically the arrival of an interrupt signal. In Section 9.5 a requirement was established that a process should be able to synchronize with another process as well as with the hardware.
We shall first consider whether the familiar WAIT (), SIGNAL () mechanism on events is suitable for process synchronization. Some characteristics of an event synchronization mechanism are:
In the case of hardware events, a complete list of events of interest may be specified at system design time. We are now moving on to consider general inter-process synchronization ...
Read now
Unlock full access