[
https://issues.apache.org/jira/browse/GEODE-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16831769#comment-16831769
]
ASF subversion and git services commented on GEODE-6690:
--------------------------------------------------------
Commit 72eca0c33a942db731366cacf3603a806f893e7c in geode's branch
refs/heads/develop from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=72eca0c ]
GEODE-6690: use the caching addStringPart method
now uses the caching addStringPart for region name parts
> more client/server messages could take advantage of
> org.apache.geode.internal.cache.tier.sockets.Message.addStringPart(String,
> true)
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-6690
> URL: https://issues.apache.org/jira/browse/GEODE-6690
> Project: Geode
> Issue Type: Improvement
> Components: client/server
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
> Labels: performance
> Time Spent: 20m
> Remaining Estimate: 0h
>
> org.apache.geode.internal.cache.tier.sockets.Message.addStringPart(String,
> boolean) when passed true will cache the result of serializing the String so
> that future calls do not need to pay the cost of serialization. An obvious
> place to use the optimization would be when adding the region name which is
> done for most all client/server messages. But very few of the messages
> currently do this including the common get and put messages.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)