Gattu, Praveen wrote:
>
> 3)Is the calls to the actual service sequential and does threads get
> blocked on one another? If so is there a way I could configure CXF to
> create a pool of connection objects for each port, is so how would I do
> that. If not should I(a client) manage these external connection pools?
>
Has there been any future response to this question?
I'm interfacing with a SOAP web service from a JETTY servlet, and when
handling mutliple requests we create a new Services and port for each
request.
Would I be able to reuse a single Service and port and have multiple
requests (threads) calling methods on it? Or would the suggested solution be
to create a limited pool of these ports and block requests until one of
those pooled objects is available?
--
View this message in context:
http://www.nabble.com/Questions-on-thread-safety-about-the-end-port-objects-tp12785807p21483574.html
Sent from the cxf-user mailing list archive at Nabble.com.