0 Replies Latest reply on Mar 21, 2014 11:41 AM by brosky

    JbossWS performance in RedHat EAP 5.2

    brosky

      Hello guys,

      we are involved in project with Redhat eap 5.2.and jbossws native 3.1.2.SP13.

      To achieve better performance I'd like to not create Service and Port for each invocation ( getPort take about 300 ms ) but for EAP 5.2 the Service and getPort are not thread safe ( [JBESB-2328] JBossWS getPort not thread safe - JBoss Issue Tracker )

      Considering just the first invocation of getPort() for a given port is heavy, can we use only one instance for Service and use a new Port for request synchronized the getPort method?

       

      thanks

      Best regards

      Carlo