[
https://issues.jboss.org/browse/JGRP-2117?page=com.atlassian.jira.plugin....
]
Bela Ban commented on JGRP-2117:
--------------------------------
Message batches are automatically created for looped-back messagen when using
message_processing_policy="max". No further change is therefore necessary.
Although, this only applies to regular messages, not OOB messages.
TP: messages to self are not batched
------------------------------------
Key: JGRP-2117
URL:
https://issues.jboss.org/browse/JGRP-2117
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Labels: CR1
Fix For: 4.0
If A sends 100 multicast messages (or unicast messages to self), the messages to self are
not batched but looped back individually, each using a separate thread from the thread
pool.
So in the above case, A will receive its own 100 messages using 100 threads from the
pool.
It would be more efficient to batch the 100 messages into a batch and then loop the batch
back, taking up 1 thread instead of 100!
To do this, looping back has to be done _after_ the bundler, when the bundler is sending
the message batch.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)