What is dead Lock?

What is dead Lock?

Previous Home Next

 

   
   In computer science, deadlock refers to a specific condition when two or more processes are each waiting for each other to release a resource, or more than two processes are waiting for resources in a circular chain.

Dead lock is a common problem with multiprocessing.where many processes share a specific type of mutually exclusive resource known as a software lock.

A deadlock is a situation in which two computer programs sharing the same resource are effectively preventing each other from accessing the resource, resulting in both programs ceasing to function.
 


 

Previous Home Next