Hi,
Does anyone know of any thread safety issues regarding the use of Http Invoker either on the client or server side? I am using a HttpInvokerProxyFactoryBean in a multi-threaded Servlet environment. I discovered that the HttpInvokerProxyFactoryBean uses a singleton meaning I will be using the same Proxy Instance in multiple threads, possibly concurrently. Is this an issue? Should I provide my own synchronization.
Thanks,
Jim


Reply With Quote