What is process synchronization in operating system?
Answers
Answered by
1
Process Synchronization means sharing system resources by processes in a such a way that, Concurrent access to shared data is handled thereby minimizing the chance of inconsistent data. Maintaining data consistency demands mechanisms to ensure synchronized execution of cooperating processes.
Process Synchronization was introduced to handle problems that arose while multiple process executions. Some of the problems are discussed below.
Process Synchronization was introduced to handle problems that arose while multiple process executions. Some of the problems are discussed below.
Similar questions