Difference between revisions of "CSE531 Distributed, Multiprocessor Operating Systems"
From esoterum.org
(New page: *[http://www.cs.uiowa.edu/~jones/opsys/spring02/notes/24.html Lecture notes from UIowa on locks and semaphores]) |
|||
(2 intermediate revisions by the same user not shown) | |||
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://www.codeproject.com/threads/ProducerConsumerModel.asp CPP code for producer\consumer using threads and semaphores] | ||
+ | |||
+ | == Projects == | ||
+ | |||
+ | === Project 1 === | ||
+ | *[http://users.actcom.co.il/~choo/lupg/tutorials/multi-process/multi-process.html Linux Interprocess Communications (IPC) tutorial] |
Latest revision as of 14:52, 30 October 2007
- Lecture notes from UIowa on locks and semaphores
- Preemption on Wikipedia
- CPP code for producer\consumer using threads and semaphores