You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
If I create a simdb in Proc1 and write some key value pairs to it, how can I read it from Proc2?
How can this be done in a cross platform way so it works on both OSX and Windows?
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: