Difference between revisions of "CSE531 Distributed, Multiprocessor Operating Systems"
From esoterum.org
Line 1: | Line 1: | ||
*[http://www.cs.uiowa.edu/~jones/opsys/spring02/notes/24.html Lecture notes from UIowa on locks and semaphores] | *[http://www.cs.uiowa.edu/~jones/opsys/spring02/notes/24.html Lecture notes from UIowa on locks and semaphores] | ||
*[http://en.wikipedia.org/wiki/Preemptive_multitasking Preemption on Wikipedia] | *[http://en.wikipedia.org/wiki/Preemptive_multitasking Preemption on Wikipedia] | ||
+ | *[http://www.codeproject.com/threads/ProducerConsumerModel.asp CPP code for producer\consumer using threads and semaphores] |