]
Bela Ban resolved JGRP-1726.
----------------------------
Resolution: Done
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: