M
Morgan Cheng
There are multiple clients to invoke a web service deployed in a
cluster of server. Each client is using SoapHttpClientProtocol
instance. I found that if the invocation is continuous,
SoapHttpClientProtocol doesn't close TCP connection. It just reuse one
single TCP connection to call target web service.
Now, there are BigIP added between client and server to do load
balancing. If the TCP connection doesn't close, LB is meaningless. So,
how to make SoapHttpClientProtocol init a new TCP connection for each
service request?
Thanks,
cluster of server. Each client is using SoapHttpClientProtocol
instance. I found that if the invocation is continuous,
SoapHttpClientProtocol doesn't close TCP connection. It just reuse one
single TCP connection to call target web service.
Now, there are BigIP added between client and server to do load
balancing. If the TCP connection doesn't close, LB is meaningless. So,
how to make SoapHttpClientProtocol init a new TCP connection for each
service request?
Thanks,