simdb icon indicating copy to clipboard operation
simdb copied to clipboard

How to achieve cross platform IPC

Open rohanbabu opened this issue 7 years ago • 0 comments

Hi, first, thank you for your wonderful work. I was able to compile and run the simdb code. From a single process, I'm able to create a simdb using the constructor and write to and read from the db. However, I don't know where to start with doing cross platform IPC. My intended platforms are OSX and Windows. Specifically,

  1. If I create a simdb in Proc1 and write some key value pairs to it, how can I read it from Proc2?
  2. How can this be done in a cross platform way so it works on both OSX and Windows?

rohanbabu avatar Dec 19 '18 09:12 rohanbabu