What is process synchronization in operating system?
The mechanism to ensure orderly execution of co-operating processes so that they
can share a logical address space to manipulate the data correctly, is referred
to as process synchronization. In other words, process synchronization ensures a
perfect co-ordination among processes.
|