java - JAX-WS clients non-thread safe? -


"official jax-ws answer: no. according jax-ws spec, client proxies not thread safe. write portable code, should treat them non-thread safe , synchronize access or use pool of instances or similar"

what means ?

i need create pool of proxies if have these type of clients in webapp.

until instantiated clients each request , myself did not had problem colleague of mine had stuck threads in logs...

we searched , found above answer...

how use web service clients in applications ? (metro)

there best practices using them ?

thank !


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -