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)

Reply via email to