You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem with the zmq sockets causing a very high load.
All of the Zmq sockets idle at 100% CPU per thread once the first future has started despite not having any load on it whatsoever. My project ends up causes a huge CPU load since I'm using several sockets at once and they all cause a thread to idle at max CPU speed rendering the whole system unusuable.
Is there any way this could be fixed?
The text was updated successfully, but these errors were encountered:
I'm using version 0.10.1 as stated on crates.io but can also replicate it on the current sources in the development branch.
I can reproduce it by taking the dealer_router example code and remove the controlled() calls on the dealer and router stream of the broker to keep them open. Running the example like this causes a thread to idle on 100% cpu after all messages were processed.
Hi,
I'm having a problem with the zmq sockets causing a very high load.
All of the Zmq sockets idle at 100% CPU per thread once the first future has started despite not having any load on it whatsoever. My project ends up causes a huge CPU load since I'm using several sockets at once and they all cause a thread to idle at max CPU speed rendering the whole system unusuable.
Is there any way this could be fixed?
The text was updated successfully, but these errors were encountered: