Jay,<br><br>Thanks for reviewing the code.  I've answered inline.<br><br><div class="gmail_quote">On Wed, Jan 16, 2013 at 11:45 PM, Jay Pipes <span dir="ltr"><<a href="mailto:jaypipes@gmail.com" target="_blank">jaypipes@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Interesting code. Ray, would you mind elaborating on a couple things?<br>
<br>
1) Why have this be a configurable option if this method of response<br>
queue is much faster than the existing implementation?<br></blockquote><div><br>I have tried hard to be backward compatible, but an RPC call made with this single reply queue to a downlevel callee would not respond with the reply_id that uniquely identifies the waiting caller thread to unblock.  Actually, as long as there is only one caller thread blocked it obviously must be the one, but it won't work in the case of concurrent outstanding calls.<br>
<br>In the case of mixed levels of OpenStack, for example in a migration scenario, the feature can be disabled to allow RPC compatibility. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
2) How are you benchmarking your performance improvements?<br></blockquote><div><br>Funny you should ask.  You wrote an article or blog on how to create a dummy OpenStack service, so I imagine you would have done it the same way.  I can't find the link right now and I didn't actually use your article.  I just came across it after I had done my work.  I created a bare minimum services that simply exposed a few RPC calls for test purposes.  I then wrote a load driver to drive those RPC calls.  I replicated it to 9 services (kind of arbitrarily chosen and due to time constraints) on 10 VMs and added 3 RabbitMQ server VMs.  Then I did a series of tests maxing out throughput for each service and adding more services over time until all load generator/services were running at maximum rate.  I tested for 1, 2 and 3 RabbitMQ servers, with and without mirroring.<br>
<br>It was a Dell internal study.  I will check if to see if I can share the results.<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks!<br>
-jay<br>
</blockquote></div><br>