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.
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.
I've googled...
Boost.Interprocess seems to fit. From this page: