Bruce Schuchardt created GEODE-4296:
---------------------------------------
Summary: Protobuf driver should turn off TCP delay, or make it
configurable
Key: GEODE-4296
URL: https://issues.apache.org/jira/browse/GEODE-4296
Project: Geode
Issue Type: Bug
Components: client/server
Reporter: Bruce Schuchardt
While testing the driver's performance I found that transmission of small
messages from client to server capped at about 50/second due to it not enabling
"tcp nodelay" on its socket. The default tcp/ip socket setting is to stall a
little to see if the client is going to send another message, enabling tcp/ip
to fill an MTU. In the case of the current Protobuf driver this is never going
to happen so this jitter should be disabled with Socket.setTcpNoDelay(true).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)