Home
Schedule
Assignments
Exams
Lab Machines
Resources
Textbook
Autolab
Blackboard
15-213 Introduction to Computer Systems
Lecture 25: Concurrency
Lecture by Nathan Mickulicz
Reading: Ch 13.1,13.3-13.4
Slides:
25-concurrency
Code:
25-concurrency/
(
25-concurrency.tar
)
Concepts:
Concurrent programming with processes
Threads
Shared memory
Race conditions
Previous lecture:
Web Services
Next lecture:
Synchronization