<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/3/30 Atlanta44 <span dir="ltr">&lt;<a href="mailto:atlanta444484@yahoo.com" target="_blank">atlanta444484@yahoo.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div id=":4e9">SHould I turn Nagle off at the OS level, or is there a way to do that from<br>
my Java code.  If so, could someone please post a link</div></blockquote></div><br>You cannot disable Nagle&#39;s algorithm at the OS level, it is a per-socket setting.<br><br clear="all"><div>RabbitMQ Java client disables it by default:</div>

<div><a href="http://hg.rabbitmq.com/rabbitmq-java-client/file/025634fd7006/src/com/rabbitmq/client/ConnectionFactory.java#l478">http://hg.rabbitmq.com/rabbitmq-java-client/file/025634fd7006/src/com/rabbitmq/client/ConnectionFactory.java#l478</a><br>

</div>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>


</div></div>