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 2009/11/02 22:10:59 UTC

[jira] Reopened: (AXIS2-4509) Provider Performance Improvement.

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

Rich Scheuerle reopened AXIS2-4509:
-----------------------------------


This JIRA neglected to add the performance on the return path (Dispatch<OMElement>).  

I am making a small change to enable this code on the return path.  And I am going to add a verification test.

Kudos to dims for providing the prototype for this change.

> Provider<OMElement> Performance Improvement.
> --------------------------------------------
>
>                 Key: AXIS2-4509
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4509
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>         Attachments: axis2_4509.txt
>
>
> I am introducing code that will improve performance for Provider OM. The
> code improves serialize calls on OM as we now create an OMSourcedElement backed by a data Source that feeds contents
> from Parser. This eliminates the expensive serialize code path that goes though OMSerializeUtils

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.