AhmedBendler
New Member
Whenever the function xmlrpc_client_call is called (part of xmlrpc.h), does every time a new TCP connection is made to transport the request over HTTP?OR TCP connect() is called just once in the beginning and the same TCP connection is used throughout to entertain all future requests from the RPC client to the XML RPC server?