[infinispan-issues] [JBoss JIRA] Updated: (ISPN-513) hotrod client:optimize serialization of key/values
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Tue Jul 6 10:53:47 EDT 2010
[ https://jira.jboss.org/browse/ISPN-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreno updated ISPN-513:
----------------------------------
Fix Version/s: 4.1.0.CR2
(was: 4.1.0.CR1)
> 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: Mircea Markus
> Fix For: 4.1.0.CR2
>
>
> 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