[infinispan-issues] [JBoss JIRA] Created: (ISPN-513) hotrod client:optimize serialization of key/values

Mircea Markus (JIRA) jira-events at lists.jboss.org
Wed Jun 30 02:44:46 EDT 2010


hotrod client:optimize serialization of key/values
--------------------------------------------------

                 Key: ISPN-513
                 URL: https://jira.jboss.org/browse/ISPN-513
             Project: Infinispan
          Issue Type: Feature Request
          Components: Cache Server
    Affects Versions: 4.1.0.BETA2
            Reporter: Mircea Markus
            Assignee: Manik Surtani
             Fix For: 4.1.0.CR1


At the moment the keys and values are being serialized into an byte[] before being send over the wire. 
For the values, the serialization is possible when writing data over the wire, in the socket's output stream (instead of doing it before and keeping it in an byte[]).
This should reduce the noise of creating too many byte[].

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list