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 "Ann Robinson (JIRA)" <ji...@apache.org> on 2007/02/02 06:54:05 UTC

[jira] Created: (AXIS2-2084) Improve performance in AxisEngine by removing calls to MessageContext.activate()

Improve performance in AxisEngine by removing calls to MessageContext.activate()
--------------------------------------------------------------------------------

                 Key: AXIS2-2084
                 URL: https://issues.apache.org/jira/browse/AXIS2-2084
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: kernel
            Reporter: Ann Robinson
            Priority: Minor
         Attachments: patch.txt

The AxisEngine currently invokes the MessageContext.activate() method to ensure that a message context is in a "usable" state, in the event that a message context has been saved/restored.   However, this responsibility can be shifted to the code that saves/restore the message context so the AxisEngine should not need to make this call.

The solution is to remove calls to MessageContext.activate() from the AxisEngine.



-- 
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] Updated: (AXIS2-2084) Improve performance in AxisEngine by removing calls to MessageContext.activate()

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

Ann Robinson updated AXIS2-2084:
--------------------------------

    Attachment: patch.txt

This patch is based on axis2 revision 502006.

> Improve performance in AxisEngine by removing calls to MessageContext.activate()
> --------------------------------------------------------------------------------
>
>                 Key: AXIS2-2084
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2084
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: kernel
>            Reporter: Ann Robinson
>            Priority: Minor
>         Attachments: patch.txt
>
>
> The AxisEngine currently invokes the MessageContext.activate() method to ensure that a message context is in a "usable" state, in the event that a message context has been saved/restored.   However, this responsibility can be shifted to the code that saves/restore the message context so the AxisEngine should not need to make this call.
> The solution is to remove calls to MessageContext.activate() from the AxisEngine.

-- 
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-2084) Improve performance in AxisEngine by removing calls to MessageContext.activate()

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

Bill Nagy resolved AXIS2-2084.
------------------------------

    Resolution: Fixed
      Assignee: Bill Nagy

> Improve performance in AxisEngine by removing calls to MessageContext.activate()
> --------------------------------------------------------------------------------
>
>                 Key: AXIS2-2084
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2084
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: kernel
>            Reporter: Ann Robinson
>         Assigned To: Bill Nagy
>            Priority: Minor
>         Attachments: patch.txt
>
>
> The AxisEngine currently invokes the MessageContext.activate() method to ensure that a message context is in a "usable" state, in the event that a message context has been saved/restored.   However, this responsibility can be shifted to the code that saves/restore the message context so the AxisEngine should not need to make this call.
> The solution is to remove calls to MessageContext.activate() from the AxisEngine.

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