On 2/25/2011 10:37 AM, Sean Cribbs wrote:
You can disable Nagle on the riak side (at least on 0.14 and later). Put this in the riak_core section of app.config:{disable_http_nagle, true}
Shouldn't that be the default if clients are able to cache connections? You'll normally get the delay if your protocol isn't a strict serial handshake and you need to send a small packet with data already outstanding (like at the end of a request where the socket isn't being closed).
-- Les Mikesell [email protected] _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
