Showing posts with label deadlock. Show all posts
Showing posts with label deadlock. Show all posts

Sunday, August 23, 2009

what is deadlock?

Deadlock is permanent blocking of the set processes that
either compete for system resources or communicate each
other.
we can avoid deadlock by avoiding the following conditions:
1.Mutual Exclusion
2.Hold and wait.
3.No preemption.
4.circular wait.