answersLogoWhite

0

Answer

You are in the wrong section, but I will answer your question anyway. Being in a deadlock doesn't serve any useful purposes except to make the people in management mad at the Union people who used this tatic to get what they want. Everyone is a looser in a deadlock, no winners here. The Unions may say one thing, but I'm telling you from experience the longer the deadlock the less money will go into your pocket when it's finished.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is use of Mutexes?

to avoid deadlock


What is a readers writers problem without deadlock and starvation?

When using threads, the entire point of a reader/writer problem is to avoid deadlock and starvation. The only way to avoid deadlock or starvation without the use of semaphores is for there to be only one possible process that could run, that is one reader and one writer only.


Why Bankers algorithm to avoid deadlock is called so?

It is called that so that the algorithm will prevent such a financial situation.


What is deadlock protection?

Any scheduled task waiting for an event with waiting queue may result in a situation where wait is indefinitely for a process execution. The stage is termed as deadlocked, and a mechanism or algorithm to avoid such situation is called deadlock protection.


How was Canada's political deadlock solved?

Canada's political deadlock was addressed by forming a coalition government in 1921. This allowed the opposing parties to work together towards common goals and avoid ongoing stalemates in Parliament. The coalition government was led by Prime Minister Mackenzie King and helped break the deadlock in Canadian politics at that time.


Identify three things you can do to protect yourself in a convoy under combat conditions?

Three things you can do to protect yourself in a convoy under combat conditions is to: - Maintain standoff - Stay observant - Avoid setting patterns


Indentify three things you can do to protect yourself in a convoy under combat conditions?

Three things you can do to protect yourself in a convoy under combat conditions is to: - Maintain standoff - Stay observant - Avoid setting patterns


Do slugs live under stones?

A slug will avoid hot and dry conditions, and remain in cooler, darker, damper ones. This not only prevents their vital mucous layer from drying out, but also help to avoid predators. Generally, these conditions can be found under rocks, making it beneficial habitat for them.


To avoid rear-end collision the following distance under ideal conditions should be how many seconds?

2 seconds


Identify three things you can do to protect yourself in a convoy uder combat conditions?

Three things you can do to protect yourself in a convoy under combat conditions is to: - Maintain standoff - Stay observant - Avoid setting patterns


How expensive are honeymoons?

They can be EXTREMELY expensive, just like weddings. Budget planning will help you avoid spending money you don't have.


How deadlock is achieved in java?

A Deadlock is a situation of indefinite waiting where the system is stuck at a particular point and would do nothing useful. For example Method A is waiting for B's input while B is waiting for C's input and C in turn is waiting for A's input. Here all the 3 methods would continue to wait because they are waiting on one another and the system is stuck. A deadlock usually occurs while using threads. Threads can lock objects on which they are processing and when multiple threads are waiting for the same object a Dead lock may occur. The use of the synchronize keyword can be used to avoid such deadlock situations.