What do you mean by deadlock? - operating system

What do you mean by deadlock?

When two or more processes wait for a resource to be freed which is controlled by another process, a deadlock situation occurs. It usually occurs in a multiprocessing environment. Example, one client application needs access to a table to acquire a lock which is held by another client application that in turn may attempt to obtain the lock that is held by the first application.

What do you mean by deadlock?

Dead lock is a situation of two or more processes waiting for each other to finish their tasks. In this situation no progress or no advancement is made. It is a standstill resulting from two evenly matched processes, which are waiting in cyclic configuration.
Difference between Primary storage and secondary storage - operating system
Primary memory storages are temporary; where as the secondary storage is permanent.......
40 Linux Interview Questions and Answers
Linux interview questions and answers for freshers/beginners and experienced. Our advanced Linux interview questions are very useful for experienced Linux professionals. We have Linux interview questions answers in pdf format, one can easily download it.
Linux - What is Linux and why is it so popular?
What is Linux and why is it so popular? - Linux is an operating system that uses UNIX like Operating system. However, unlike UNIX, Linux is an open source.......
Post your comment