InterviewSolution
Saved Bookmarks
| 1. |
Classical problems of synchronization |
|
Answer» Classical problems of synchronization Results in English तुल्यकालन के शास्त्रीय समस्याओं हिंदी में परिणाम देखें The Producer-Consumer Problem. In this problem, two PROCESSES, one called the producer and the other called the consumer, run CONCURRENTLY and SHARE a common buffer. The producer generates items that it must pass to the consumer, who is to consume them. The producer PASSES items to the consumer through the buffer. |
|