JAX-WS: Performance Changes related to property migration code
--------------------------------------------------------------
Key: AXIS2-3221
URL: https://issues.apache.org/jira/browse/AXIS2-3221
Project: Axis 2.0 (Axis2)
Issue Type: Improvement
Reporter: Rich Scheuerle
Assignee: Rich Scheuerle
Mike Rheinheimer and I are contributing 2 performance changes. Both are
related to the
application property migrator code.
Problem:
The code that migrates properties to and from the MEPContext is too slow.
Solution:
The solution is twofold.
First, there are synchronized locks in ApplicationMigratorUtils that are span
too much code. This will be recoded.
Second, the code in MEPContext that gets the application scoped properties is
using too many temporary maps.
Instead the code should iterator over the Map$Entry objects.
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]