View Single Post
  #3  
Old 02-16-2009, 09:04 PM
Lubbe Lubbe is offline
 
Join Date: Dec 2006
Location: Norway
Posts: 1,537
A common question.
What is deadlock?
Quote:
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 (see Necessary 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-sharing and/or real-time markets are often equipped with a hardware lock (or hard lock) which guarantees exclusive access to processes, forcing serialization. Deadlocks are particularly troubling because there is no general solution to avoid (soft) deadlocks.

This situation may be likened to two people who are drawing diagrams, with only one pencil and one ruler between them. If one person takes the pencil and the other takes the ruler, a deadlock occurs when the person with the pencil needs the ruler and the person with the ruler needs the pencil, before he can give up the ruler. Both requests can't be satisfied, so a deadlock occurs.

The telecommunications description of deadlock is a little stronger: deadlock occurs when none of the processes meet the condition to move to another state (as described in the process's finite state machine) and all the communication channels are empty. The second condition is often left out on other systems but is important in the telecommunication context.
Thanks to Wiki.
__________________
Quote:
Nov 17 20:47 cRush
committed#2643: [added] Creature Handlers can now tame Bio-engineered Jedi.

TG & EC Cooperation
With TG being the premier US based community and EC being the premier EU based community.
USA http://www.truegalaxies.com
Europe http://www.euro-chimaera.co.uk

Report all bugs here:
http://www.swgemu.com/support/index.php

Ingame name Birk


They That Are Them.
Guild <Hoods> The Dark Hoods
~▲~
'▲ ▲ Triforce.

Last edited by Lubbe; 02-16-2009 at 09:06 PM.