Home > Back-end >  C builder to write Web Service client to invoke the Service side related questions
C builder to write Web Service client to invoke the Service side related questions

Time:09-24

Recently wrote a Web client application using the 10 threads concurrent call server-side method, the server response time is very long, use the Wireshark software to monitor network, found that 10 threads concurrently, still only two TCP connective, seems no matter how many threads concurrently, will line up in the two TCP connections, want to consult everybody, how can change with the number of connections from the server, I am in WSDL IMPORT export, the method of sincerity,

CodePudding user response:

WSDL is take the application level protocol, does not involve the connection to the network layer number, the number of network connection limit should be the problem of network libraries you use,

CodePudding user response:

Ok thank you very much ~
  • Related