Sunday 11 March 2012

Initial Attempts to Solve Problem


  • Only 2  processes, P0 and P1
  • General structure of process Pi (other process Pj)
  do {
  entry section
  critical section
  exit section
  reminder section
  } while (1);
  • Processes may share some common variables to synchronize their actions.

No comments:

Post a Comment