-
Notifications
You must be signed in to change notification settings - Fork 37
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
recv() cpu abuse #23
Comments
Ah, yes, those idle cycles stem from Line 405 in ec317a2
|
@jonhoo Would be great to note this problem in the README. With this problem the crate isn't exactly "Efficient". Perhaps suggest an alternative if this crate is no longer maintained. I like its API, so thanks for putting it up! |
@xixixao Would you be up for writing up a quick PR that adds this note to the README? Seems completely reasonable to me 👍 |
If anyone has ideas on how to patch/fix this, I'd be interested in helping explore solutions. I moved from ZeroMQ pub-sub to |
Hello. I'm new with Rust. 20 recv() uses 40% cpu on my linux box. Is this a known issue?
total
per thread
cpu
The text was updated successfully, but these errors were encountered: