RE : [Axis2] multi thread client

2009-02-20 Thread Lefrancois, Carl
Hello Jorge, welcome I believe Manjula posted some good info on how to use then clean up calls from multiple threads. It is better to use Guththila as your parser with more than one thread. It should be your default now after 1.5.0. Axis handles internal management of threads so you only need to

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