Hi,
I couldn't find any indication in the user guide or documentation
about the thread safety of using the XFire proxy classes. I use the
method recommended in the documentation for creating a proxy client:

Service serviceModel = new ObjectServiceFactory().create(YourService.class);
YourService service = (YourService)
    new XFireProxyFactory().create(serviceModel, "http://your/remote/url";);
Client client = Client.getInstance(service);

Is the use of service by multiple threads guaranteed safe? I have done
some simple tests using threads that all use the same service object,
and I haven't seen any problems, but I wanted to check here and see if
anyone else knew for sure.
Best,
Garth

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to