Difference between revisions of "CSE531 Distributed, Multiprocessor Operating Systems"
From esoterum.org
Line 2: | Line 2: | ||
*[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] | *[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