Enable ZMQ to select free ports instead of hardcoding ports
Use bind_to_random_port to let pyzmq handle the allocation of free ports. Introduces more stability to to the fact that hard-coded port numbers depend on the individual system and may be free or not on other systems. This also relates to
Write PID-file in config to keep track processes and the ports they use
Use
bind_to_random_port
to letpyzmq
handle the allocation of free ports. Introduces more stability to to the fact that hard-coded port numbers depend on the individual system and may be free or not on other systems. This also relates toPID
-file in config to keep track processes and the ports they use