answersLogoWhite

0

- Higher priority threads may be asked to wait for an indefinite amount of time

- Implementation of critical section is not an easy task (from programming perspective), since it has to consider all the possible collateral risks

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

What software is most critical for the hardware?

operating system


Why can't a process disable the interrupts to avoid context switch while in the critical section to avoid the race condition?

Because only the operating system has that authority.


What is critical section in operating system?

A critical section is a piece of code that accesses a shared resource (either in the form of data structure or a device) that must not be concurrently accessed by more than one thread of execution (which will otherwise lock it from doing other things).Note: Note that on Windows NT (not 9x/ME), the function TryEnterCriticalSection() can be used to attempt to enter the critical section.


What are the disadvantages of an operating system?

One Disadvantage For an operating System Is that Your hardware will not be able to work at all until you wrote your own code for the hardware to do what you want it to do .


What is the heart of the operating system that controls the most critical process?

The kernel.


What is the importance of implementing a critical section in operating systems for ensuring proper synchronization and preventing race conditions?

Implementing a critical section in operating systems is important for ensuring proper synchronization and preventing race conditions. A critical section is a part of the code that can only be accessed by one process at a time, which helps avoid conflicts and ensure that data is accessed and modified correctly. This is crucial for maintaining the integrity of the system and preventing issues that can arise from multiple processes trying to access the same resources simultaneously.


Advantages disadvantages of realtime operating system?

There are several advantages and disadvantages of having a real time operating system. One disadvantage is unseen errors, an advantage is timing.


What is usually the critical performance requirement in an interactive operating system?

Response Time


When are most operating system critical files loaded and run?

At boot up.


What is the heart of operating system and control and control the moist critical processes?

kernal


Windows 2000XP calls what files critical to a successful operating system load the?

system state data


What are four hardware components controlled by an Operating System?

Four of the most critical components controlled by an operating system are: CPU, RAM, Hard Drive and Motherboard.