Ah, thanks so much for this reply Matthew. It&#39;s extremely enlightening and seems to explain what we&#39;re seeing.<br>
<br>
A follow up question just for my understanding: Are these &quot;windows&quot; 
dynamic in nature (e.g., varying length, varying frequency, somehow tied
 to current load)? Or are they more static (e.g. &quot;Once every 20 
milliseconds&quot;).<br>
<br>
Thanks again,<br>
<br>
Matt<br><br><div class="gmail_quote">On Mon, Feb 20, 2012 at 3:28 AM, Matthew Sackman <span dir="ltr">&lt;<a href="mailto:matthew@rabbitmq.com">matthew@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Fri, Feb 17, 2012 at 11:17:24AM -0800, Matt Pietrek wrote:<br>
&gt; While I&#39;m very happy with these results, I&#39;m still puzzled. Given that all<br>
&gt; clients are writing to the same queue, I&#39;d expect resource<br>
&gt; contention/blocking in the broker to slow things down much faster than they<br>
&gt; do. Any comment on this? Am I overlooking anything critical to my<br>
&gt; understanding?<br>
<br>
</div>There&#39;s a &quot;window&quot; of time during which no fsyncs will occur, and<br>
txn-publishes will merely accumulate. Only when that window closes will<br>
the fsync be performed. With a single publisher, each window can only<br>
have a single publisher&#39;s msgs in it. But with many publishers, the<br>
fsync is effectively amortized, and thus a higher rate is achieved - if<br>
you monitor with strace or similar, you&#39;ll probably see the fsync rate<br>
is not much different, regardless of the number of publishers you have<br>
publishing to the same queue.<br>
<span class="HOEnZb"><font color="#888888"><br>
Matthew<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br>