On 07/15/2016 03:42 PM, tcak wrote:
If it is about speed, we can still use a public shared memory for that
purpose. So, statistical messages can be written in shared memory, and
other program reads from that to get those messages. A suitable
communication protocol can be implemented in way. At the end, our
purpose is to provide powerful toys to ease development.

I think the consecrated method is to use in-memory storage and serve it upon request (e.g. by means of an API or interrupt). -- Andrei

Reply via email to