0
22kviews
Explain Classical problems of Synchronization

Subject: Operating System

Topic: PROCESS COORDINATION

Difficulty: Hard

1 Answer
5
377views

Classical probems of synchronization are as follows:

• The Bounded Buffer Problem (also called the The Producer-Consumer Problem)

• The Readers-Writers Problem

• The Dining Philosophers Problem

These problems are used to test nearly every newly proposed synchronization scheme or primitive.

  1. The Bounded Buffer Problem(Producer Consumer Problem):

Consider,

• a …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.