recategorized
1,849 views

1 Answer

0 votes
0 votes

Answer B Deadlock situation

It breaks one of the necessary four conditions of deadlock.

  1. Exclusive access. Processes request exclusive access to resources.
  2. Wait while hold. Processes hold previously acquired resources while waiting for additional resources.
  3. No preemption. A resource cannot be preempted from a process without aborting the process.
  4. Circular Wait. There exists a set of blocked processes involved in a circular wait. It is not a desirable condition for a system.
Answer:

Related questions

1 votes
1 votes
2 answers
1
go_editor asked Jul 21, 2016
1,559 views
Thoma’s-write rule isTwo phase locking protocolTimestamp ordering protocolOne phase locking protocolSliding window protocol
1 votes
1 votes
2 answers
2
go_editor asked Jul 21, 2016
1,355 views
Cross_tab displays permit users to view ____ of multidimensional data at a time.One dimensionTwo dimensionsThree dimensionsMultidimensions
1 votes
1 votes
2 answers
3
go_editor asked Jul 21, 2016
2,035 views
Views are useful for ____ unwanted information, and for collecting together information from more than one relation into a single view.HidingDeletingHighlightingAll of th...