Re: RE : RE : Multi-threading

2009-01-03 Thread Damitha Kumarage
Patrick van Beem wrote: Hello Carl, It sounds like you would like to free resources on a per-call basis. Is that right? I'm quite new to the Axis2/C architecture so perhaps a more experienced person could suggest a mechanism that would fit into the existing methodology and provide this

Re: RE : Multi-threading

2009-01-03 Thread Damitha Kumarage
Patrick van Beem wrote: Hello Carl, What Axis does well is freeing resources (once we figure out how to set everything up right!) so I am a little confused as to where exactly the limitations are. You say the callback system provided is not good in terms of freeing resources, but have you

Re: RE : RE : Multi-threading

2008-12-17 Thread Uthaiyashankar
Hi, Hello Patrick, But if I signal the main thread from the callback, to free the resources, the callback might be switched out directly after this signal, and the main thread might free the resources before the callback ended and the axis framework used them. Yes, this is a pretty

RE : RE : Multi-threading

2008-12-16 Thread Lefrancois, Carl
Hello Patrick, But if I signal the main thread from the callback, to free the resources, the callback might be switched out directly after this signal, and the main thread might free the resources before the callback ended and the axis framework used them. Yes, this is a pretty serious

Re: RE : Multi-threading

2008-12-16 Thread Patrick van Beem
Hello Carl, What Axis does well is freeing resources (once we figure out how to set everything up right!) so I am a little confused as to where exactly the limitations are. You say the callback system provided is not good in terms of freeing resources, but have you tried freeing your