You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by Massive Boisson <ma...@gmail.com> on 2005/04/14 01:04:03 UTC

XmlRpcClient synchronization

Hi all;
 
Class XmlRpcClient states it is "a multithreaded, reusable XML-RPC
client object".
 
I have a question:

2 different threads in my program might access same method on the same
port of the same server. Should I synchronize methods on client side
in my handler?
 
--MB
 


-- 
--MB