-
Notifications
You must be signed in to change notification settings - Fork 28
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
Consider high water mark for sending messages #161
Comments
Do you plan to expose the high water mark? Some workflows are not memory intensive and could still benefit from the existing non-blocking behavior. |
I wasn't planning on to, but will have to investigate how ZeroMQ treats this exactly with its IO threads. Generally, I wouldn't expect this to be an issue because we're blocking on receiving anyway, and the workers will be saturated in either case. If there's a problem with that approach that needs user/package intervention I will expose it, otherwise not. |
@brendanf This may be already fixed in the |
From ropensci/drake#933 (comment):
This could be addressed using ZMQ_HWM.
Alternative is using blocked sending: ropensci/drake#933 (comment)
The text was updated successfully, but these errors were encountered: