共享内存中的“boost::multi_index_container”?

发布于 2025-01-01 01:59:53 字数 117 浏览 0 评论 0原文

我对共享内存中的多索引容器之类的东西感兴趣。

是否可以在共享内存中分配例如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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那支青花 2025-01-08 01:59:53

我已经谷歌搜索...

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

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

I've googled...

Boost.Interprocess seems to fit. From this page:

The widely used Boost.MultiIndex library is compatible with Boost.Interprocess so we can construct pretty good databases in shared memory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文