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

Deliver message batches

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 4.0
    • None
    • None
    • 0
    • 0% 0%

    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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: