Sunday 9 February 2014

deadlock

Deadlock is a situation where two or more processes waiting for an event to complete, but all processes wait for indefinite time.
       we have to 
  •  characterize the deadlock    
  •  prevent the deadlock
  • detect and avoid the deadlock
  • recovery from deadlock
  For that there are algorithms to provide execution softly

No comments:

Post a Comment