[
https://issues.apache.org/jira/browse/GEODE-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16829358#comment-16829358
]
Darrel Schneider commented on GEODE-6690:
-----------------------------------------
A related, more specific, ticket is:
https://issues.apache.org/jira/browse/GEODE-6698
> 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
> Priority: Major
> Labels: performance
>
> 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)