Hi Everyone,
I'm working on a use case that requires two high-level applications to run simultaneously. I have confirmed that I can do this utilizing the "partner application" functionality. However, in my use case I require that each application can communicate with the other. How should this best be accomplished? It looks like only real-time apps and high-level apps have direct communication supported, and I don't have access to stdin/stdout, sockets, or other means of doing this in a POSIX-y way. It also appears that shared mutable memory access isn't supported.
Thanks for your help!