Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to achieve cross platform IPC #3

Open
rohanbabu opened this issue Dec 19, 2018 · 0 comments
Open

How to achieve cross platform IPC #3

rohanbabu opened this issue Dec 19, 2018 · 0 comments

Comments

@rohanbabu
Copy link

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant