This is probably an easy question...here goes....
I can see how using an HttpInvoker based solution would allow you to rely on your servlet container to manage the threading aspect of your service... That is to say that multiple "simultaneous" invocations would be handled by multiple threads issued by your servlet container upon recipet of the HttpRequest.
So...what happens if i exported the same service using RmiServiceExporter? What's the behavior here? Can simultaneous invocations be handled? Will it just block?
Appreciate the clarification!
-Andrew


Reply With Quote