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

Bundler: send message batch of 1 as single message

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 3.4.1, 3.5
    • None
    • None

    Description

      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).

      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: