Skip to content
New issue

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

jeromq::push very slow with zmq3::pull #17

Open
sixtus opened this issue Sep 3, 2014 · 1 comment
Open

jeromq::push very slow with zmq3::pull #17

sixtus opened this issue Sep 3, 2014 · 1 comment

Comments

@sixtus
Copy link

sixtus commented Sep 3, 2014

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?

@pebbe
Copy link
Owner

pebbe commented Sep 4, 2014

I have no clue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants