boostorg / interprocess

Boost.org interprocess module
http://boost.org/libs/interprocess
132 stars 117 forks source link

Allow to map message_queue in anonymous memory #202

Closed intuibase closed 2 months ago

intuibase commented 12 months ago

The goal of this feature is to allow to map message_queue in anonymous shared memory - to make communication of forked processes easy. There is no need to create a "file" mapping in this scenario - there is no issues with privileges and memory is not exposed.

igaztanaga commented 2 months ago

Many thanks for the feature.