Skip to content
Discussion options

You must be logged in to vote

As far as network connections are concerned, ZeroMQ behaves just like regular sockets. The node from where you call Q will need to be able to accept incoming connections on Sys.info()["nodename"] on the same port as the clustermq ID (printed when starting this job, between 6000 and 9999).

I've seen in the past that a certain network interface blocks these connections, so it may be possible to solve this by setting the clustermq.host=<network interface> option.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mschubert
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #215 on March 29, 2021 20:23.