共享内存中的`boost :: multi_index_container`?

时间:2012-01-31 16:17:44

标签: boost shared-memory multi-index boost-multi-index

我会对共享内存中的多索引容器感兴趣。

是否可以在共享内存中分配例如boost::multi_index_container,以便不同的可执行文件可以读取/写入其数据?怎么样?

感谢的。

1 个答案:

答案 0 :(得分:2)

googled ...

Boost.Interprocess似乎很合适。来自this页面:

  

广泛使用的Boost.MultiIndex库与Boost.Interprocess兼容,因此我们可以在共享内存中构建相当不错的数据库。