>
> The main issue in reusing an HTTP client and hence the persisted connection
>> is that in case the server goes down and maybe comes up again, the persisted
>> connections that we have are no longer valid. If you now try to reuse these
>> connections, the behavior is undefined. Therefore you have to do a socket
>> select to check the validity of a persisted connection prior to reusing it.
>> How do you handle this situation in your implementation?.
>>
> Are you talking about tcp keep alive support?. Adding that to Axis2/C is a
> good option.
>
>
Exactly. You can not survive without TCP keepalive probes if you really want
to reuse your connections.

Danushka

-- 
Danushka Menikkumbura
Technical Lead, WSO2 Inc.

blog : http://danushka-menikkumbura.blogspot.com/

http://wso2.com/ - "The Open Source SOA Company"

Reply via email to