You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dick Cavender (Jira)" <ji...@apache.org> on 2019/09/26 18:03:09 UTC

[jira] [Closed] (GEODE-6690) more client/server messages could take advantage of org.apache.geode.internal.cache.tier.sockets.Message.addStringPart(String, true)

     [ https://issues.apache.org/jira/browse/GEODE-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dick Cavender closed GEODE-6690.
--------------------------------

> 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
>             Fix For: 1.10.0
>
>          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
(v8.3.4#803005)