Re: Implementing Keep-alive/ Persistent Connection support in Axis2/C

2009-07-16 Thread Damitha Kumarage
Hi Manjula, It is used in WSF/C wsclient to retrieve response. thanks, Damitha thanks, Damitha Manjula Peiris wrote: Hi, The HTTP 1.1 by defaults specifies using persistent connections. But Axis2/C HTTP transport does not have this support. In the current implementation in the client side for

Implementing Keep-alive/ Persistent Connection support in Axis2/C

2009-07-15 Thread Manjula Peiris
Hi, The HTTP 1.1 by defaults specifies using persistent connections. But Axis2/C HTTP transport does not have this support. In the current implementation in the client side for each axis2_svc_client_send_receive we are creating a TCP connection. This is an overhead and we can achieve a huge perfo