Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Other OS Develop
Title: Reader-Writer Download
 Description: By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the reader must wait until those who had not been written in a wait state after the read operation can begin.
 Downloaders recently: [More information of uploader happylongnv]
File list (Check if you may need any files):

CodeBus www.codebus.net