We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using default options, zmq3 is about 1/10th the speed of jeromq::pull or c::pull.
I am running out of ideas how to explain this:
I have a producer using jeromq to push messages.
All consumers are NOP for now, they just pull the messages.
It works fine for clients written in jeromq and the provided benchmarking tool written in c.
However, if I connect using zmq3 the producer starts to stall as it dead locks on send. The go process is more or less idle.
Any ideas?
The text was updated successfully, but these errors were encountered:
I have no clue.
Sorry, something went wrong.
No branches or pull requests
Using default options, zmq3 is about 1/10th the speed of jeromq::pull or c::pull.
I am running out of ideas how to explain this:
I have a producer using jeromq to push messages.
All consumers are NOP for now, they just pull the messages.
It works fine for clients written in jeromq and the provided benchmarking tool written in c.
However, if I connect using zmq3 the producer starts to stall as it dead locks on send. The go process is more or less idle.
Any ideas?
The text was updated successfully, but these errors were encountered: