What is Process Synchronization?Process Synchronization handles sharing system resources by the processes in such a way that concurrent access to shared data is handled smoothly without allowing inconsistent data.Define deadlock.Deadlock can be defined as the situation when two users have locks on separate objects and each process is trying to acquire a lock on the object that the other process has.
|