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

Shared Memory Inter-Process Communications (IPC) #189

Open
luiscarbonell opened this issue Nov 13, 2019 · 0 comments
Open

Shared Memory Inter-Process Communications (IPC) #189

luiscarbonell opened this issue Nov 13, 2019 · 0 comments

Comments

@luiscarbonell
Copy link
Member

Use Case
When connecting two layers in a network (i.e. 1000x1000) the creation of these objects can be threaded - whereby in a 4-core 8-thread system, 1 master fork can have access to a shared memory space where 7 worker forks are "dumping" or storing created objects/classes.

Additional Information
We might be able to solve this problem with ArrayBuffers, a C/C++-Binding, or a WASM object to manage large scale object creation.

@GavinRay97 @christianechevarria

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