[ https://issues.apache.org/jira/browse/AXIS2-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rich Scheuerle resolved AXIS2-2493.
-----------------------------------
Resolution: Fixed
Fixed in revision 527202
> JAX-WS Performance (Low Hanging Fruit)
> --------------------------------------
>
> Key: AXIS2-2493
> URL: https://issues.apache.org/jira/browse/AXIS2-2493
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: jaxws
> Reporter: Rich Scheuerle
> Assigned To: Rich Scheuerle
>
> The IBM team did some performance benchmarking and here are some low hanging fruit that
was identiifed.
> 1) The use of ServiceDescription.getEndpointDescriptions_asCollection is more performant
than the similar method that creates/destroys an array.
> 2) The meta data detection of holders is using unnecessary intropspection.
> 3) The construction of Holder objects is using Class.forName, which is slow and not necessary.
> I will have a patch soon.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org
|