You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2019/04/22 18:53:00 UTC

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

Darrel Schneider created GEODE-6690:
---------------------------------------

             Summary: 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


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)