Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-1379

Message receive performance improvements

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8.0
    • 1.9.0
    • Router Node
    • None

    Description

      Code inspection reveals three function calls per message that may be eliminated and a buffer free that could be executed outside of holding the content lock.

      • Message allocator initializes object in memory ascending order
        Despite the size of the code, setting the required fields to zero directly is faster that calling ZERO.
      • Eliminate redundant calls to pn_link_get_context
      • Free empty pending buffer outside of content lock

      Attachments

        Activity

          People

            chug Charles E. Rolke
            chug Charles E. Rolke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: