retagged by
290 views
0 votes
0 votes
Is pre-emotion possible when the process is in its critical section in the binary semaphores?
retagged by

2 Answers

0 votes
0 votes
No pre-emption allowed...beacuse process who trying to access critical section get blocked by semaphore variable.
0 votes
0 votes
Preemption are not allowed when a process is in critical Section . Even if a higher Priority Process try to Enter , then also preemption not possible because it is blocked by synchronization mechanism . This is known as Priority Inversion.

Related questions

1 votes
1 votes
1 answer
2
FaisalSyed asked Mar 16, 2023
285 views
Does Waiting Time and Response TIme remains the same in Preemptive Scheduling Algorithm???