On 6 Dec 2007, at 17:17, Marc Nädele wrote:

Finally my code seems to work with minimum ressource allocation and mutch faster than before. When I create the RPCServiceClient instance I set

options.setCallTransportCleanup(true);
options.setProperty(HTTPConstants.REUSE_HTTP_CLIENT, Boolean.TRUE);

This code is not related to how many ServiceClient objects you instantiate -- it simply means that under the wood only one http client instance is created.

Michele


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to