Hi Dinesh,
Given that you are the one who implemented libCurl transport, you are the best guy to comment this. If we use mod_axis2 with httpd and libCurl based transport, would keepalive be managed properly?
Thanks,
Samisa...

Samisa Abeysinghe (JIRA) wrote:

[ https://issues.apache.org/jira/browse/AXIS2C-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482582 ]
Samisa Abeysinghe commented on AXIS2C-378:
------------------------------------------

Can this be achieved with LibCurl transport? If so we can close this issue out

can't  keep the connection alive for HTTP 1.1 on client side
------------------------------------------------------------

               Key: AXIS2C-378
               URL: https://issues.apache.org/jira/browse/AXIS2C-378
           Project: Axis2-C
        Issue Type: Bug
        Components: core/clientapi
  Affects Versions: 0.95
       Environment: Linux 2.4.21 working with Tomcat 5.5 server
          Reporter: Jason Liu
           Fix For: 1.0.0


I tried to use Axis2C' simaple axis2_http_server and echo client, on
client-side I put
ret_node = AXIS2_SVC_CLIENT_SEND_RECEIVE(svc_client, env, payload);
in a whileloop to excute, there have same problem, not reuse connection. many
connections with server would coming out checking by netstat It seems violate the HTTP1.1 semantics in HTTP client. the client should be supposed to keep the connection with HTTP connection-keep alive, but it is closing it.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to