|
|
|
|
|
by DawsonBruce
734 days ago
|
|
Thanks for sharing this. I recently built something similar for a closed source project and am curious how I didn’t run across this library in my research. Briefly: my implementation uses a templated RAII-style wrapper that persists objects in shared memory for as long as an instance of that object remains in scope. Once the last object goes out of scope, shared memory is freed. It works great so far. I’ll probably reference this library to compare implementations and see what I can learn. Thanks again. |
|
[1] https://www.boost.org/doc/libs/1_85_0/doc/html/interprocess....