Operating Systems 2018F Lecture 9: Difference between revisions
Created page with "==Video== Video from the lecture given on September 26, 2018 [https://homeostasis.scs.carleton.ca/~soma/os-2018f/lectures/comp3000-2018f-lec09-20181003.m4a is now available]...." |
No edit summary |
||
Line 2: | Line 2: | ||
Video from the lecture given on September 26, 2018 [https://homeostasis.scs.carleton.ca/~soma/os-2018f/lectures/comp3000-2018f-lec09-20181003.m4a is now available]. | Video from the lecture given on September 26, 2018 [https://homeostasis.scs.carleton.ca/~soma/os-2018f/lectures/comp3000-2018f-lec09-20181003.m4a is now available]. | ||
==Readings== | |||
See the textbook chapters on [http://pages.cs.wisc.edu/~remzi/OSTEP/threads-intro.pdf Concurrency & Threads], [http://pages.cs.wisc.edu/~remzi/OSTEP/threads-locks.pdf Locks], and [http://pages.cs.wisc.edu/~remzi/OSTEP/threads-sema.pdf Semaphores]. You may want to just read the entire section in the textbook on concurrency; however, realize that much of the material in these chapters is '''not''' on the test. | |||
==Code== | ==Code== |
Revision as of 14:55, 9 October 2018
Video
Video from the lecture given on September 26, 2018 is now available.
Readings
See the textbook chapters on Concurrency & Threads, Locks, and Semaphores. You may want to just read the entire section in the textbook on concurrency; however, realize that much of the material in these chapters is not on the test.
Code
Code and files from the lecture (captured as they were at the end) are available here.