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

push/pull where pullers pull upon demand #140

Open
nacholibre opened this issue Dec 28, 2014 · 0 comments
Open

push/pull where pullers pull upon demand #140

nacholibre opened this issue Dec 28, 2014 · 0 comments

Comments

@nacholibre
Copy link

Hello,
With the current API pullers pull without limit, I mean you can't control the pull process, the data is just accepted and flows in. Without this control is very hard to implement distributed workers, I have to use req rep.

I've hit the same problem with the zeromq node bindings. It will be great if one can pause and resume the pull process (like readable streams) or at least call socket.pull(function (msg) {}) or something like that.

I think pullers should pull messages whenever they need or I'm missing something obvious?

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

1 participant