Distributed Performance Issue #11367
Unanswered
JoeStagner
asked this question in
Questions
Replies: 1 comment 3 replies
-
Where is the RMQ cluster in all of this? If I understand correctly, you're comparing 6 app instances on 1 server vs 6 app instances, one per server. But is RabbitMQ running on all of these servers? One of them? On completely different servers? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a python application that reads data from the web and writes the retrieved text to RabbitMQ.
I have a workgroup of 6 8 core Dell Optiplex boxes running Ubuntu 22.04.
If I run 6 instances of the app on ONE box, everything runs as expected.
However - if I run on instance on each machine writing to RabbitMQ slows to a crawl (though one machine is writing faster than all the others.)
Can anyone suggest why the performance is so much worse when distributed to separate machines ?
System monitor reports CPU, RAM and Network consumptions are all under 50%
Beta Was this translation helpful? Give feedback.
All reactions