Question: 4. Consider the following five processes. Assume that a-f and templ-temp5 are all shared variables. P1 : tempi a + b; P2: temp2 = c
4. Consider the following five processes. Assume that a-f and templ-temp5 are all shared variables. P1 : tempi a + b; P2: temp2 = c + d; P3: temp3 e/f; P4: tempa temp1 x temp2 ; P5: temp5 temp4 - temp3; Draw the process flow graph for these five processes, such that concurrency is maximized. a. b. Assume that all five processes are executing concurrently. Using semaphores synchronize these processes (as necessary) according to your process flow graph. In other words, add sem Wait0 and semSignal0 statements (as needed) aroun templ-temp5, in order to ensure correct execution of the concurrent processes. For each semaphoreused, sate the value for initialization
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
