Operating Systems 2018F Lecture 9: Difference between revisions

From Soma-notes
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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Video==
==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].
Video from the lecture given on October 3, 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==

Latest revision as of 19:47, 10 October 2018

Video

Video from the lecture given on October 3, 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.

Notes