4.2. Synchronization FacilitiesΒΆ

See also

The solution to cooperating processes sharing resources without encountering the Potential Interprocess Communication Problems is to take advantage of Operating System provided synchronization facilities.

../_images/sync.png

We need a mechanism to coordinate access to critical sections

In this section, we will discuss:

  1. Potential synchronization solutions
  2. How the Programmer can use synchronization facilities

Contents