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

Problem: needs a zeromq context for each mruby instance #1

Open
Asmod4n opened this issue May 16, 2017 · 0 comments
Open

Problem: needs a zeromq context for each mruby instance #1

Asmod4n opened this issue May 16, 2017 · 0 comments

Comments

@Asmod4n
Copy link
Collaborator

Asmod4n commented May 16, 2017

To properly shut down a process which has multiple mruby instances in it we have to assign a zeromq context to each mruby instance.
This is slow and makes use of the inproc:// transport impossible between mruby instances in a process.

If there would only be one zmq context for all mruby instances a interrupt to the zmq context would mean all mruby instances would loose access to zmq.

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