______ In-class notes for 09/14/2020 (CS 273 (OS), Fall 2020)
Home
>>     < >




In-class notes for 09/14/2020

CS 273 (OS), Fall 2020

Dining Philosophers example, continued

IPC strategies

  • Definitions

  • Inadequacy of sleep()/wakeup()

  • Solutions, e.g., Semaphores (which can check a condition and block caller if necessary, in a single operation)




< >