Use Case
I recently ran into a situation in which I needed my Symphony services to share some intermediate data running on the same host. There was a large amount of data and I didn’t want each service instance to have its own private copy. Having private copies will use up all the free memory on the host. I also wanted all processes to both read and write to this memory. I had heard about memory mapped files but never had a chance to use them. This seemed like a good opportunity
I moved some of the entries in my blog to the Symphony Technical Articles area. These include the following;
The other entries I had can be found in the following areas;
I'll use this blog to discuss programming for HPC applications primarily using Symphony DE.
- Ajith