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/11 23:44:33 UTC

[jira] Created: (AXIS2-3442) AbstractContext should lazily create the PropertyDifferences map

AbstractContext should lazily create the PropertyDifferences map
----------------------------------------------------------------

                 Key: AXIS2-3442
                 URL: https://issues.apache.org/jira/browse/AXIS2-3442
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
            Reporter: Rich Scheuerle
            Assignee: Rich Scheuerle


Problem Summary:

The AbstractContext maintains a PropertyDifferences map to record each addtion/removal of a property.  This extra processing is only necessary in a cluster environment
and degrades perfromance in non-cluster environments.

Solution:
The suggestion is to lazily create the PropertyDifferences map.  It should only be created when clustering is enabled.

Kudos to David Strite for suggesting this change.

I am working on a fix.

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


[jira] Work started: (AXIS2-3442) AbstractContext should lazily create the PropertyDifferences map

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AXIS2-3442 started by Rich Scheuerle.

> AbstractContext should lazily create the PropertyDifferences map
> ----------------------------------------------------------------
>
>                 Key: AXIS2-3442
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3442
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>
> Problem Summary:
> The AbstractContext maintains a PropertyDifferences map to record each addtion/removal of a property.  This extra processing is only necessary in a cluster environment
> and degrades perfromance in non-cluster environments.
> Solution:
> The suggestion is to lazily create the PropertyDifferences map.  It should only be created when clustering is enabled.
> Kudos to David Strite for suggesting this change.
> I am working on a fix.

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


[jira] Resolved: (AXIS2-3442) AbstractContext should lazily create the PropertyDifferences map

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-3442.
-----------------------------------

    Resolution: Fixed

Committed revision 611844.

> AbstractContext should lazily create the PropertyDifferences map
> ----------------------------------------------------------------
>
>                 Key: AXIS2-3442
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3442
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>
> Problem Summary:
> The AbstractContext maintains a PropertyDifferences map to record each addtion/removal of a property.  This extra processing is only necessary in a cluster environment
> and degrades perfromance in non-cluster environments.
> Solution:
> The suggestion is to lazily create the PropertyDifferences map.  It should only be created when clustering is enabled.
> Kudos to David Strite for suggesting this change.
> I am working on a fix.

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