[
https://issues.jboss.org/browse/JGRP-2003?page=com.atlassian.jira.plugin....
]
Bela Ban updated JGRP-2003:
---------------------------
Description:
Currently, message batches are sent up tp the channel, which delivers its messages
one-by-one, e.g. by calling the {{Receiver.receive(Message msg)}} callback.
Another callback {{Receiver.receive(MessageBatch batch)}} should be added (also to
RpcDispatcher), to deliver a batch of messages at once. The default implementation is to
pass messages up one-by-one.
This should result in performance increase, as the application can handle multiple
messages at once.
was:
Currently, message batches are sent up tp the channel, which delivers its messages
one-by-one, e.g. by calling the {{Receiver.receive(Message msg)}} callback.
Another callback {{Receiver.receive(MessageBatch batch)}} should be added (also to
RpcDispatcher), to deliver a batch of messages at once.
This should result in performance increase, as the application can handle multiple
messages at once.
Deliver message batches
-----------------------
Key: JGRP-2003
URL:
https://issues.jboss.org/browse/JGRP-2003
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 4.0
Currently, message batches are sent up tp the channel, which delivers its messages
one-by-one, e.g. by calling the {{Receiver.receive(Message msg)}} callback.
Another callback {{Receiver.receive(MessageBatch batch)}} should be added (also to
RpcDispatcher), to deliver a batch of messages at once. The default implementation is to
pass messages up one-by-one.
This should result in performance increase, as the application can handle multiple
messages at once.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)