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

Multi-process example. #46

Open
digitalextremist opened this issue Apr 18, 2015 · 1 comment
Open

Multi-process example. #46

digitalextremist opened this issue Apr 18, 2015 · 1 comment

Comments

@digitalextremist
Copy link
Member

It would be great to have an example which runs in multiple processes which communicate between each other, and not just separate threads which communicate within the same process.

@Asmod4n
Copy link

Asmod4n commented Apr 23, 2015

between multiple processes involes tcp or unix sockets. because inproc doesn't work anymore.

You cannot share a zmq context between several processes and have to create one for each process, you also have to coreate the context in the main process after you spawned all others.

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

2 participants