我想用来boost::interprocess
跨多个进程执行同步;具体我想boost::interprocessnamed_mutex
在 Linux OS 下使用(我使用的是 g++)。
你知道这个类的每个实例是否必须像 simple 一样存储在共享内存中boost::interprocess::mutex
吗?
我想用来boost::interprocess
跨多个进程执行同步;具体我想boost::interprocessnamed_mutex
在 Linux OS 下使用(我使用的是 g++)。
你知道这个类的每个实例是否必须像 simple 一样存储在共享内存中boost::interprocess::mutex
吗?
你知道这个类的每个实例是否必须像简单的 boost::interprocess::mutex 那样存储在共享内存中吗?
“命名”对象不必在共享内存中。请参阅 Boost.Interprocess 文档中的此示例。