共享内存中的“boost::multi_index_container”?
我对共享内存中的多索引容器之类的东西感兴趣。
是否可以在共享内存中分配例如boost::multi_index_container,以便不同的可执行文件可以读取/写入其数据?如何?
谢谢。
I would be interested in something like a multi index container in shared memory.
Is it possible to allocate, e.g., a boost::multi_index_container
in shared memory, so that different executables can read/write its data? How?
Thank's.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经谷歌搜索...
Boost.Interprocess 似乎适合。来自此 页面:
I've googled...
Boost.Interprocess seems to fit. From this page: