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.
Thank you for submitting the idea. The status has been changed to "Future consideration".
Stay tuned!
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.