[
https://issues.apache.org/jira/browse/GEODE-4296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruce Schuchardt resolved GEODE-4296.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.5.0
> 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
> Assignee: Bruce Schuchardt
> Priority: Major
> Fix For: 1.5.0
>
>
> 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)