标签: boost shared-memory multi-index boost-multi-index
我会对共享内存中的多索引容器感兴趣。
是否可以在共享内存中分配例如boost::multi_index_container,以便不同的可执行文件可以读取/写入其数据?怎么样?
boost::multi_index_container
感谢的。
答案 0 :(得分:2)
我googled ...
Boost.Interprocess似乎很合适。来自this页面:
广泛使用的Boost.MultiIndex库与Boost.Interprocess兼容,因此我们可以在共享内存中构建相当不错的数据库。