Hello,

I have a developed an application which uses a complex data structure as data source. This data structure should exist only one time in memory. Every instance of my appliction should be able to access and change this data storage. (for e.g. a bunch of maps, lists and sets). What would be the best way to realize this? I thought about developing a Windows Service which uses boost inter- process communication? Is this doable or am I completely wrong?

Kind regards,
Michael