Uploaded image for project: 'AMQ Interconnect'
  1. AMQ Interconnect
  2. ENTMQIC-2166

Batch the freeing of messages from the core thread

XMLWordPrintable

    • IC-2019-02

      Profiling has identified a disproportionate amount of core-thread time being spent in qdr_delete_delivery_internal_CT. This is due to the fact that every in-core delivery-free results in the posting of one unit of general work (work to be performed by an I/O thread without any association with a particular connection).

      This improvement batches the freed messages to be handled at one time, with one unit of general work, at the end of the processing of each set of core-thread actions.

      The result is a greater degree of batching of message-cleanups when the core thread is busier. This will free up core-thread CPU capacity for when the router is the busiest.

      See upstream issue: https://issues.apache.org/jira/browse/DISPATCH-1281

            tross1@redhat.com Ted Ross
            tross1@redhat.com Ted Ross
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: