Recent questions tagged process-synchronization

1 votes
1 answer
244
2 votes
2 answers
255
1 votes
1 answer
256
If deadlock is possible ,how Bounded waiting is ensured? Progress is ensured. Right? If one process doesn't want to enter,it will not block other. Please explain me If I...
1 votes
0 answers
257
0 votes
0 answers
258
0 votes
1 answer
259
In a given synchronization construct, if there is no deadlock and no strict alternation between two process then is it always true that a process will starve ?
0 votes
1 answer
260
if c has value =0 initially ....i am getting MAX=2 and minimum =-2..is it correct??
3 votes
0 answers
262
1 votes
3 answers
263
how this solution does not satisfy bounded waiting?// initially turn = 0 while (turn != 0); turn = 1 CS turn = 0
2 votes
1 answer
264
Bounded waiting does not allow:StarvationBusy WaitingA process to wait indefinitely for CSAll of AboveAns - d)Explain Option 1 and 2 ?
2 votes
1 answer
268
There are 5 processes and 10 instances of a Resource. If each process needs ‘P’ instances which is the minimum value of ‘P’ for the deadlock to occur?(a) 1 ...