CS Electrical And Electronics
@cselectricalandelectronics

Repeat above two problem by replacing semaphores with mutex wherever possible

All QuestionsCategory: Operating SystemRepeat above two problem by replacing semaphores with mutex wherever possible
Anonymous asked 2 years ago
1 Answers
Anonymous answered 2 years ago

These two problems:

  1. Implement producer-consumer problem using Stack operations using semaphores
  2. Implement producer-consumer problem using circular buffer operations using semaphores