Central Queensland Univeristy

MyInfocom

Faculty of Informatics and Communication

Olive - 85349 Home RealAudio Previous Slide Lecture Home Previous Slide 85349 Help 85349 Study Schedule

You are here: 85349 -> Resources -> Lectures -> 6 -> 34

Search | Site Map

[ Questions or Comments ]

Lecture 6: Slide 34 of 61

Readers-Writers Problem (Cont.)
  • Reader process

     wait (mutex);
    readcount = readcount + 1;
    if (readcount ==1)
    wait (wrt);
    signal (mutex);
    reading is performed
    wait(mutex);
    readcount = readcount - 1;
    if (readcount == 0)
    signal (wrt);
    signal (mutex);

[ Questions or Comments ]

You are here: 85349 -> Resources -> Lectures -> 6 -> 34

Search | Site Map

Olive - 85349 Home RealAudio Previous slide Lecture home Next slide 85349 Help 85349 Study Schedule
Edit | © Central Queensland University
Last modified: Mon Apr 2 15:57:14 2001 by webmaster