Is semaphore an IPC mechanism?

前端 未结 4 873
逝去的感伤
逝去的感伤 2020-12-31 10:52

Is semaphore an IPC mechanism?

4条回答
  •  耶瑟儿~
    2020-12-31 11:19

    It depends on the operating system

    In Windows named semaphores can be accessed between processes using the CreateSemaphore() and OpenSemaphore() functions

    http://msdn.microsoft.com/en-us/library/ms682438%28VS.85%29.aspx

提交回复
热议问题