Hello, I don't work on ZooKeeper development, but I presume that Nagle's algorithm is disabled because it imposes a latency penalty when sending many small messages.
http://www.boundary.com/blog/2012/05/know-a-delay-nagles-algorithm-and-you/ Thanks, Patrick On Mon, Dec 1, 2014 at 5:37 PM, Ibrahim <[email protected]> wrote: > > Hi folks, > > I just want to ask, why Zookeeper doesn't use Nagle's algorithm. I think it > may improve the throughput when we activate Nagle's algorithm as it bundles > the small messages? > > Thanks > > Ibrahim > > > > -- > View this message in context: > http://zookeeper-user.578899.n2.nabble.com/Zookeeper-don-t-use-Nagle-algorithm-tp7580682.html > Sent from the zookeeper-user mailing list archive at Nabble.com. >
