WS-Notification

Create Unmarshaller on each notification requests

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 1.2
  • Fix Version/s: 1.2.1
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    An Unmarshaller object is instanciated on each notification request.
    It could be better to use a threadlocal variable to handle a per thread Unmarshaller that could be safely reused by the thread for all notification processing.
    Profiling predicates a 10% improvement of the notification processing.

    Show
    An Unmarshaller object is instanciated on each notification request. It could be better to use a threadlocal variable to handle a per thread Unmarshaller that could be safely reused by the thread for all notification processing. Profiling predicates a 10% improvement of the notification processing.
  • Environment:
    wsstar notification libraries

Issue Links

Activity

People

Dates

  • Created:
    Fri, 10 Sep 2010 - 16:17:34 +0200
    Updated:
    Mon, 20 Sep 2010 - 15:52:26 +0200
    Resolved:
    Fri, 10 Sep 2010 - 16:41:37 +0200