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

New flag HIGH_PRIO

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Won't Do
    • Icon: Major Major
    • 5.3.5
    • None
    • None
    • False
    • None
    • False
    • 0
    • 0% 0%

      Add flag HIGH_PRIO (or PRIO), which

      • on sending: bypasses the bundler when sending a message
      • reception: bypasses the thread pool for regular messages
      • reception: for OOB messages -> use the thread pool. If full, use the current thread to pass the message up

      This is beneficial for certain types of messages, which don't block and don't send a response, e.g. credit responses:

      • The receiver never drops a credit response (might only block on the transport (e.g. TCP write) (UDP might still drop the message on a full send-buffer, but the message will get retransmitted).
      • The sender gets the credit response even if the thread pool is full

            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: