Skip to content

two pyro5 daemons with multiplex servers #102

@catchthemonster

Description

@catchthemonster

In essence I need a message bus daemon and separate mover of python objects daemon on one server. Ideally, I need message bus on localhost to serialize input. on the other side I need ssl daemon that will get that input and expose it for move over the network.
Problem is that I am unable to start ssl daemon as it is complaining that I am using same server (socket issue). i understood that multiplex servers are capable of joining into master daemon loop, but aside from combaining ns and broadcast server into single daemon I can't do this on my own daemons above.
Is this possible and if it is can someone explain to me how to do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions