Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the readers-writer problem in concurrency and parallelism, introducing the concept of readers-writer lock as a solution. It explains the distinction between readers and writers, the high-level idea behind readers and writers, spinning version of the lock, and wait/notify implementation.