Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-1228

Decrease thread-blocking on NetconfMessage.toString()

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Low Low
    • 7.0.0
    • None
    • None

       

      The NetconfMessage.toString() method is synchronized on the TRANSFORMER. This creates bottleneck.
      In case method is processing a lot of messages, bigger messages, or both, some threads can be blocked for too long.

      Proposed solution is to create dynamic pool of transformers to decrease thread-blocking.

            Unassigned Unassigned
            matej.sramcik Matej Šramčík
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: