<div dir="ltr">Be sure to use the async TornadoConnection or LibevConnection with pika which can give an order of magnitude better performance for publish-heavy workloads in my testing. Using pypy will provide a another boost. </div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 15, 2013 at 6:34 AM, Michael Klishin <span dir="ltr">&lt;<a href="mailto:mklishin@gopivotal.com" target="_blank">mklishin@gopivotal.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Priyanki Vashi:<br>
<div class="im"><br>
&gt; I agree that my single producer is producing at constant rate but if I increase number of producers, upt to say 10, then I should be able to see proper usage of bandwidth right ?<br>
<br>
</div>With more producers on the same machine, you should see *higher* outgoing rate,<br>
given that there are spare CPU resources.<br>
<br>
Try MulticastMain and/or amqpc first.<br>
--<br>
MK<br>
<br>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>