bincbom
Feb 7th, 2006, 12:15 PM
Hello Spring Gods:
I am working with remoting, using it to export a service interface to one of our clients. This client is capable of servicing multiple HTTP requests simultaneously, so it's an inherently multithreaded situation.
What are the "rules of the road" for synchronization w/HttpInvoker? Is it thread-safe? Right now, my client-side Spring HttpInvoker is declared a singleton (in the bean factory XML). Is this correct?
Any comments on the multi-threads properties of HttpInvoker would be greatly appreciated.
Thanks in advance...
I am working with remoting, using it to export a service interface to one of our clients. This client is capable of servicing multiple HTTP requests simultaneously, so it's an inherently multithreaded situation.
What are the "rules of the road" for synchronization w/HttpInvoker? Is it thread-safe? Right now, my client-side Spring HttpInvoker is declared a singleton (in the bean factory XML). Is this correct?
Any comments on the multi-threads properties of HttpInvoker would be greatly appreciated.
Thanks in advance...