InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by process synchronization? |
|
Answer» Process synchronization is basically a way to coordinate PROCESSES that use shared resources or data. It is very much essential to ensure synchronized execution of cooperating processes so that will MAINTAIN data consistency. Its main purpose is to share resources without any interference using mutual EXCLUSION. There are two TYPES of process synchronization:
|
|