Named semaphores: This type of semaphore has a name. By calling sem_open() with the same name, unrelated processes can access the same semaphore.引自 53.1 Overview
学习IPC一个非常重要的地方就是区分 unrelated processes 和 related processes,有些IPC技术只能用在related processes上,例如anonymous shared mapping