Skip to content

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

@Asmod4n

Description

@Asmod4n

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions