[jboss-jira] [JBoss JIRA] (JGRP-1726) Bundler: send message batch of 1 as single message

Bela Ban (JIRA) jira-events at lists.jboss.org
Fri Nov 8 08:52:01 EST 2013


     [ https://issues.jboss.org/browse/JGRP-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bela Ban updated JGRP-1726:
---------------------------

    Fix Version/s: 3.4.1

    
> Bundler: send message batch of 1 as single message
> --------------------------------------------------
>
>                 Key: JGRP-1726
>                 URL: https://issues.jboss.org/browse/JGRP-1726
>             Project: JGroups
>          Issue Type: Enhancement
>            Reporter: Bela Ban
>            Assignee: Bela Ban
>             Fix For: 3.4.1, 3.5
>
>
> When the TransferQueueBundler ("new" / default) sends bundled messages, if there is only a single message in the list, the message is still sent as a *batch* (of 1).
> Currently, parsing of single messages is done in a separate thread (JGRP-1716) whereas parsing of message batches is done in the thread which received the messages from the socket.
> If we therefore send a batch of 1 as a single message, we might get better perf (to be verified).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list