TCP_NODELAY is something you'd set when you use the socket API call, not a global tuning setting on the OS as I recall.
On Fri, Feb 25, 2011 at 9:28 AM, Nico Meyer <[email protected]> wrote: > Whenever I see latencies which are roughly multiples of 40ms it screams > to me 'nagle algorithm'. I have seen this so often now, that the first > thing I check is, if the TCP_NODELAY option is set on the TCP socket on > both ends. -- Omnem crede diem tibi diluxisse supremum. _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
