RE : [Axis2] multi thread client

2009-02-20 Thread Lefrancois, Carl
n.com] Envoyé : vendredi, février 20, 2009 03:07 À : axis-c-user@ws.apache.org Objet : [Axis2] multi thread client Hi I am wandering if Axis2 library could be able to send multiple SOAP requests from a client in a thread-safe way. I have seen that using "axutil_env_create_all" I coul

Re: [Axis2] multi thread client

2009-02-20 Thread Rajika Kumarasiri
On Fri, Feb 20, 2009 at 1:37 PM, Jorge Nevado wrote: Hi there, Axis2/C's client APIs are not thoroughly test for thread safeness. It's said that svc client API is not good to use in a mult-threaded environment. I think you can create your own threads and test some random senarios to get an idea. -

[Axis2] multi thread client

2009-02-20 Thread Jorge Nevado
Hi I am wandering if Axis2 library could be able to send multiple SOAP requests from a client in a thread-safe way. I have seen that using "axutil_env_create_all" I could have a system environment and with "axutil_init_thread_env" and "axutil_free_thread_env" I could handle something like sub-env