[
https://issues.apache.org/jira/browse/GEODE-4296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16327983#comment-16327983
]
ASF subversion and git services commented on GEODE-4296:
--------------------------------------------------------
Commit c31a0f8aa17e26180eb8a0655666a18c972665ab in geode's branch
refs/heads/develop from [~bschuchardt]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c31a0f8 ]
GEODE-4296 Protobuf driver should turn off TCP delay, or make it configurable
Turning off tcp-delay and setting socket buffer size to something reasonable.
> 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
>
> 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)