That only depends on what your methods are doing besides calling XmlRpcClient.execute() - that call is thread safe, you can call it from one or many threads safely.
-----Original Message----- From: Massive Boisson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 7:04 PM To: [email protected] Subject: 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
