ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > Class(2017-2018-1)ZSTU > student homework directory > >
homework_5 Version 0
👤 Author: by houge1993foxmailcom 2017-11-04 03:28:02
 How many type of reader and writer problems?  use semaphores to solve these problems , and explain them in detail.

The readers writers problem has several variations, all involving priorities. The simplest one, referred to as the first readers-writers problem, requires that no reader will be kept waiting unless a writer has already obtained permission to use the shared object. In other words, no reader should wait for other readers to finish simply because a writer is w

Please login to reply. Login

Reversion History

Loading...
No reversions found.