process synchronization in os
Answers
Answered by
0
Process Synchronization means sharing system resources byprocesses 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.
Similar questions