Re: [go-nuts] Data Sharing with Non go application

2021-04-03 Thread Shulhan
On Sat, 3 Apr 2021 03:42:03 -0700 (PDT) R Srinivasan wrote: > In my app, I would like to use golang for a data aggregator > subsystem. Would like a fast and efficient way of sharing this data > with a consumer subsystem developed in C++. (Both running in the same > system). > > Solution I am pur

[go-nuts] Data Sharing with Non go application

2021-04-03 Thread R Srinivasan
In my app, I would like to use golang for a data aggregator subsystem. Would like a fast and efficient way of sharing this data with a consumer subsystem developed in C++. (Both running in the same system). Solution I am pursuing is a shared memory but I am stuck at a somewhat platform independ