You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2008/01/03 15:38:34 UTC

[jira] Resolved: (AXIS2-3399) Performance: Improve the FactoryRegistry code

     [ https://issues.apache.org/jira/browse/AXIS2-3399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-3399.
-----------------------------------

    Resolution: Fixed

Fixed

> Performance: Improve the FactoryRegistry code
> ---------------------------------------------
>
>                 Key: AXIS2-3399
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3399
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: jaxws
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>
> Problem Summary:
> The FactoryRegistry code is used by the JAX-WS implementation to plug in various implementation factories.
> The factories are put into the registry infrequently (startup).
> The factories are obtained frequently.
> The current code uses a Hashtable to store the factories.  The synchronization degrades performance.
> Solution:
> This solution was proposed by David Strite of the IBM Performance team.  
> We will be removing the Hashtable implementation and replacing it with a "copy on put" pattern as described by:
> http://www.ibm.com/developerworks/java/library/j-hashmap.html

-- 
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