I did.

javadoc for XmlRpcClient in 2.0.1 says "A multithreaded, reusable XML-RPC client object". Technically speaking, "multithreaded" means that the implementation is multithreaded, and not necessarly that the compoment is mt-safe/thread-safe (=can be used by multiple threads).

the javadoc for XmlRpcClient in 3.0 is much clearer on this
"A configured XmlRpcClient object is thread safe (..). Without modifications, the client may be used for an arbitrary number of concurrent requests."

Can you confirm that the  2.0.1 client is thread-safe?

thanks!

Jochen Wiedmann wrote:

Multithreading? Read the corresponding Javadoc pages. As far as I
remember, multithreading issues are documented.




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

Reply via email to