[rabbitmq-discuss] Steady performance degradation
Philippe Kirsanov
pkirsanov at 38studios.com
Fri Sep 25 23:07:10 BST 2009
I noticed that in example you create connection for every
consumer/producer.
I'm using just one connection and different channels for every consumer.
I read somewhere that it's best practice to have one connection/multiple
channels per server. Is this true or it's better to have separate
connection for every channel? This might result in lots of connection to
broker.
-----Original Message-----
From: Matthias Radestock [mailto:matthias at lshift.net]
Sent: Friday, September 25, 2009 15:21
To: Philippe Kirsanov
Cc: rabbitmq-discuss at lists.rabbitmq.com
Subject: Re: [rabbitmq-discuss] Steady performance degradation
Philippe,
Philippe Kirsanov wrote:
> One of the test was to run steady load (about 500 messages per second)
> over long period of time.
>
> I noticed that performance steadily going down to 100-200
messages/sec,
> resetting client (kill/start process) restores performance.
can you post your code so we can try to reproduce this?
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list