[jboss-jira] [JBoss JIRA] (JGRP-1726) Bundler: send message batch of 1 as single message
Bela Ban (JIRA)
jira-events at lists.jboss.org
Thu Oct 31 10:34:02 EDT 2013
Bela Ban created JGRP-1726:
------------------------------
Summary: 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.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