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 independent way of controlling access to this shared memory. 
Semaphores, Mutexes that I search for in the go world lead to intra process 
examples.

Platforms of interest - Linux and Windows.

Looking for ideas.

Thanks, srini

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/cb5f0db1-5cd6-49c7-92a1-cdb85f90d9bcn%40googlegroups.com.

Reply via email to