Skip to Main Content
InterSystems Ideas
We love hearing from our users. Tell us what you want to see next and upvote ideas from the community.
* Bugs and troubleshooting should as usual go through InterSystems support.
Status Future consideration
Categories InterSystems IRIS
Created by Alexey Maslov
Created on Mar 10, 2023

Public API for access to shared memory

Sometimes we need to have a resource shared among several processes, e.g. some application counters, that we don't want to be looked up by users. Globals don't fit this need for evident reason. The idea is to provide an API which allow shared (while hidden) storage of app defined information.

  • ADMIN RESPONSE
    Apr 5, 2023

    Thank you for submitting the idea. The status has been changed to "Future consideration".

    Stay tuned!

  • Alexey Maslov
    Reply
    |
    Mar 11, 2023

    I'm aware of %SYSTEM.License, which partly covers this need, while it's usage is limited to very simple application licensing model. Why not allow organizing of the shared storage by APP's developers? Going this way, having a tree-like data structure (~ local array) shareable between processes seems to be more general and more useful solution.