Sign Up | Sign In
Ask Questions & Get Answers at ibibo sawaal

What is a deadlock and what is a live lock? How will you go about resolving deadlocks?  

Asked in Computers & Accessories at 5:33 PM on December 16, 2008

Tags: deadlock lock resolving deadlocks

Report abuse
suman reddy
suman reddy

Related Search

 

How do we recover from a deadlock in a computer system ?

. Killing all processes is costly since some processesmay have been doing something important for a long timeand will need to be re-executed again.Killing a process at a time until deadlock is resolved to be re-executed again.Killing a process at a time until deadlock is resolved is alsocostly, since we must rerun deadlock detection algorithm everytime we terminate a process to make sure we got rid

Posted in Computers & Technology by Mohan Anand at 3:13 PM on July 30, 2008

what is the difference between starvation and deadlock?

is deadlocked if each process is waiting for the other to complete.And for more information visit the source site:http://answers.yahoo.co m/question/index?qid=200802200 04016AAWwn4V...The reader/writer lock by oncoming traffic.Use extra synchronization to control the lock scheduling policy.Complicates the implementation: optimize only if necessary.Deadlock is closely related to starvation. Processes wait forever

Posted in Computers & Technology by tanu priya at 6:30 PM on August 20, 2008

What is the deadlock process in computer?

and cannot continue processing.Oracle automatically detects deadlocks and resolves them by rolling back one of the statements involved in the deadlock, thus releasing one set of data locked by that statement but it is used by B.so both process cant complete and both resource is always busy.it is called dead lock...The process of detecting process deadlocks is common to transaction oriented computer system which allow

Posted in Computers & Technology by operator at 11:10 PM on December 08, 2007

What is Semaphore? What is deadlock?

, or the operating system, should resolve the deadlock, but this doesnt always happen.A deadlock is also called a deadly embrace....Semaphore is a synchronization tool to solve critical-section problem, can be used conditions. Deadlock is a common problem in multiprocessing where many processes share a specific type of mutually exclusive resource known as a software, or soft, lock. Computers intended for the time

Posted in Computers & Accessories by rajeev at 11:44 PM on November 24, 2008

What is a deadlock and what is a live lock? How will you go about resolving deadlocks?

Deadlock is a situation when two processes, each having a lock on one piece of data, attempt to acquire a lock on the others piece. Each process would wait indefinitely for the other to release the lock, unless one of the user processes is terminated. SQL Server detects deadlocks and terminates one users process.A livelock is one, where a request for an exclusive lock is repeatedly denied because a

Posted in Computers & Accessories by suman reddy at 10:16 PM on December 18, 2008

What are the various conditions for a deadlock to occur ?

are often equipped with a hardware lock or hard lock which guarantees exclusive access to processes, forcing serialization. Deadlocks are partic...ularly troubling because there is no general solution to avoid conditions. Deadlock is a common problem in multiprocessing where many processes share a specific type of mutually exclusive resource known as a software, or soft, lock. Computers intended for the time

Posted in Computers & Technology by Mohan Anand at 3:10 PM on July 30, 2008

What is a Phantom Deadlock?

1 AS INT = 7 BEGIN RAISERROR Transaction Process ID d was deadlocked on .ls resources with another process and has been chosen as the deadlock victim. Rerun the transaction., 13, 10, SPID, 8, lock BEGIN RAISERROR Transaction Process ID d was deadlocked on .ls resources with another process and has been chosen as the deadlock victim. Rerun the transaction., 13, 10, SPID, 8, lock ROLLBACK

Posted in Computers & Technology by Vinay at 4:22 AM on October 27, 2008

How can we prevent a Deadlock in a computer system ?

. At some point as these applications execute, each one has an active transaction waiting for access to data locked by another transaction in the other application. It is a classic deadlock, and sinceWhen multi-transaction mode is in effect across multiple DBEnvironments with multiple applications accessing the same DBEnvironments at the same time, it is possible that a deadlock that cannot

Posted in Computers & Technology by Mohan Anand at 3:11 PM on July 30, 2008

What is Deadlock Prevention

Well Ashish! Here are the Deadlock Prevention:-Difference from avoidance is that here, the system itself is build in such a way that there are no deadlocks. Make sure at least one of the 4 deadlock conditions is never satisfied. This may however be even more conservative than deadlock avoidance strategy. Attacking Mutual condition never grant exclusive access. but this may not be possible for several

Posted in Computers & Technology by Ashish Kumar at 9:37 PM on October 29, 2008

in operating system what is dinbing philosphers problem??

, and find the right fork already taken by their right neighbor. In this case, if nothing has been foreseen, the philosophers will stay in that situation deadlock indefinitely. The program should avoid. To address this problem, we may consider each chopstick as a shared item protected by a mutex lock. Each philosopher, before he can eat, locks his left chopstick and locks his right chopstick

Posted in Computers & Technology by monal rajput at 12:36 AM on September 05, 2008

What is Detection and Recovery

the resources that each process has locked and/or currently requested are known to the resource scheduler or OS.Detecting the possibility of a deadlock before it occurs is much more difficult and is, in fact, generally undecidable, because the halting problem can be rephrased as a deadlock scenario. However, in specific environments, using specific means of locking resources, deadlock detection may be decidable

Posted in Computers & Technology by Ashish Kumar at 9:33 PM on October 29, 2008

What is meant by deadlock ?

. This is the concept of deadlock in DBMS....Deadlock occurs when transactions executing at the same time lock each other out of data that they need to complete their logical units of work. and ESDI drives to your SCSI hostadapter. note: these tend to be prohibitively expensive, though....A deadlock is a situation wherein two or more competing actions are waiting for the other to finish

Posted in Computers & Technology by joydeep bhat at 11:58 PM on December 05, 2008

Similar Questions

Left Ads
© 2006 - 2013 ibibo Web Pvt Ltd. All rights reserved.