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 "Nikhil Thaker (JIRA)" <ji...@apache.org> on 2007/07/26 23:02:07 UTC

[jira] Created: (AXIS2-3023) Performance improvement in EndpointInterfaceDescriptionImpl

Performance improvement in EndpointInterfaceDescriptionImpl
-----------------------------------------------------------

                 Key: AXIS2-3023
                 URL: https://issues.apache.org/jira/browse/AXIS2-3023
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Nikhil Thaker
            Assignee: Nikhil Thaker


The operation lookup in EndpointInterfaceDescriptionImpl.getDispatchableOperation(QName) performs a bunch of terations over lists copying arrays to find the operation for the input qName.  I am adding code that will improve the performance by building a map of operations by qName when the operation is added. Then getDispatchableOperation can just do a lookup on hashmap for the qname this will increase the performance.

-- 
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-3023) Performance improvement in EndpointInterfaceDescriptionImpl

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

Nikhil Thaker resolved AXIS2-3023.
----------------------------------

    Resolution: Fixed

revision# 559975

> Performance improvement in EndpointInterfaceDescriptionImpl
> -----------------------------------------------------------
>
>                 Key: AXIS2-3023
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3023
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>
> The operation lookup in EndpointInterfaceDescriptionImpl.getDispatchableOperation(QName) performs a bunch of terations over lists copying arrays to find the operation for the input qName.  I am adding code that will improve the performance by building a map of operations by qName when the operation is added. Then getDispatchableOperation can just do a lookup on hashmap for the qname this will increase the performance.

-- 
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] Closed: (AXIS2-3023) Performance improvement in EndpointInterfaceDescriptionImpl

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

Nikhil Thaker closed AXIS2-3023.
--------------------------------


> Performance improvement in EndpointInterfaceDescriptionImpl
> -----------------------------------------------------------
>
>                 Key: AXIS2-3023
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3023
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>            Assignee: Nikhil Thaker
>
> The operation lookup in EndpointInterfaceDescriptionImpl.getDispatchableOperation(QName) performs a bunch of terations over lists copying arrays to find the operation for the input qName.  I am adding code that will improve the performance by building a map of operations by qName when the operation is added. Then getDispatchableOperation can just do a lookup on hashmap for the qname this will increase the performance.

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