PROCESS SYNCHRONIZATION

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.

Process Synchronization was introduced to handle problems that arose while multiple process executes.

Some of the problems are......

  • critical section problem
  • synchronization hardware
  • mutex locks
  • semaphores



No comments:

Post a Comment