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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve googled…
Boost.Interprocess seems to fit. From this page: