Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-2003

Deliver message batches

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 4.0
    • None
    • None

      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.

              rhn-engineering-bban Bela Ban
              rhn-engineering-bban Bela Ban
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: