449 views

Please log in or register to answer this question.

Related questions

1.1k
views
0 answers
0 votes
amitqy asked Nov 21, 2018
1,070 views
1.7k
views
1 answers
2 votes
Akash Kumar Roy asked Mar 30, 2018
1,682 views
Can a process be preempted while it is in a critical section?If yes, then how does the critical section or synchronisation mechanism concept provide solution ... sir has used context switch. How preemption is different from context switch?
1.3k
views
1 answers
5 votes
Akash Kumar Roy asked Mar 27, 2018
1,292 views
My question is little different.Each Process Pi, i = 1....9 is coded as followsrepeat P(mutex) {Critical section} V(mutex) ... process), so semaphores are more suitable for some synchronization problems like producer-consumer."
1.1k
views
5 answers
6 votes
Bikram asked Sep 3, 2016
1,072 views
Each process $P_i$, where $i= 1$ to $9$ is coded as follows repeat P (mutex) {critical section } V (mutex) foreverThe code for $P_{10}$ is ... be inside the critical section at any moment if initial value of the semaphore is 1? 123none