I had a scenario, like below.
a. When my Java application starts it writes the information to the shared memory (For example my java app updates some statistics to this memory)
b. My C# application should get access to this shared memory and read the contents.
Can any one suggest me, how can I achieve this by using some share memory (in RAM) for better performance.