[ 
https://issues.apache.org/jira/browse/AXISCPP-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738765#comment-13738765
 ] 

Srinivas Umareddy commented on AXISCPP-1093:
--------------------------------------------

I have change ip address but didn't imporve the peroformance. I have some more 
information on this . I turn on the log and I see openingConnection takes 
longer time on windows 2008 r2 servers. Please  see last line took ~39 sec. 

[13/08/2013 12:26:09:914] 00005752  transport  > 
HTTPTransport::openConnection(): 
[13/08/2013 12:26:09:915] 00005752  transport  > 
HTTPTransport::closeConnection(): 
[13/08/2013 12:26:09:916] 00005752  transport  > 
HTTPTransport::resetInputStateMachine(): 
[13/08/2013 12:26:09:917] 00005752  transport  < 
HTTPTransport::resetInputStateMachine(): 
[13/08/2013 12:26:09:918] 00005752  transport  < 
HTTPTransport::closeConnection(): 
[13/08/2013 12:26:41:514] 00005752  transport  < 
HTTPTransport::openConnection(): Exit with return code of AXIS_SUCCESS


In below code m_pActiveChannel->open()  line take longer time.  Do you have any 
suggesation to debug the issue.? Is the recompile the code on windows 2008 R2 
plantform will fix the issue?. This call is not much time on the 2003 servers 
with same urls.

int HTTPTransport::
openConnection()
{
    logEntryTransport("HTTPTransport::openConnection")

    // If connection not valid or reopen required, open a connection to server.
    if (m_pActiveChannel->reopenRequired() || m_bReopenConnection)
    {
        closeConnection(true);
        if( m_pActiveChannel->open() != AXIS_SUCCESS)
        {
            logThrowExceptionWithData("HTTPTransportException - 
CLIENT_TRANSPORT_OPEN_CONNECTION_FAILED", 
                                      
m_pActiveChannel->GetLastErrorMsg().c_str())

            throw HTTPTransportException( 
CLIENT_TRANSPORT_OPEN_CONNECTION_FAILED,
                                          
m_pActiveChannel->GetLastErrorMsg().c_str());
        }
    }

    logExitWithReturnCode(AXIS_SUCCESS)
    
    return AXIS_SUCCESS;
}


                
> AxisClient on Windows 2008 64bit very slow
> ------------------------------------------
>
>                 Key: AXISCPP-1093
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-1093
>             Project: Axis-C++
>          Issue Type: Wish
>            Reporter: Srinivas Umareddy
>
> All,
> We have complied the Axis 1.6 for C++ Windows XP( 32 bit) using Vc 2005 and 
> they are working fine on Windows XP.  Recently, we upgrated the servers to 
> Windows 2008 64bit m/c but we have not re complied axis binaries 
> (axis_client.dll,AxisXMLParserXerces.dll,HTTPChannel.dll,HTTPSSLChannel.dll,HTTPTransport.dll,xerces-c_2_7.dll
>  and xerces-depdom_2_7.dll).  
> The Axis client works fine on window 2008 but very slow. 
> Do we need to re compile the binaries to use on the windows 2008.? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to