interprocess icon indicating copy to clipboard operation
interprocess copied to clipboard

Allow to map message_queue in anonymous memory

Open intuibase opened this issue 2 years ago • 0 comments

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.

intuibase avatar Sep 12 '23 18:09 intuibase