Multiple choice

Which of the following is FALSE regarding Perterson's solution to the critical section problem?

  1. Peterson's solution works for an arbitary number of processes.

  2. Peterson's solution has a busy wait loop.

  3. Peterson's solution is tricky to code.

  4. All of these

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Peterson's solution works only for 2 processes.