You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by Inaki Ortiz <In...@sciops.esa.int> on 2006/05/04 11:57:52 UTC

Thread-safe transport factories?

Hi there

I am having problems when sending asynchronous calls to the XML-RPC
server. I have checked all my classes and seems they all are properly
synchronized  using the producer-consumer scenario so I wonder if the
default XML-RPC transport factory I am using
(XmlRpcSunHttpTransportFactory) is thread-safe or should I use someone
in particular. I know that the old CommonsXmlRpcTransport implementation
was not thread-safe.

Btw, I am using XML-RPC v3.0b1

Any help is highly appreciated

Cheers

Inaki