You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Abdul Sami <as...@folio3.com> on 2009/06/05 11:12:35 UTC

Freeing up Request and Response nodes

In the samples i do not see the request or response node being freed. 
When the client and server should free the request and response nodes?



Re: Freeing up Request and Response nodes

Posted by Manjula Peiris <ma...@wso2.com>.
On Mon, 2009-06-08 at 10:57 +0500, Abdul Sami wrote:
> Manjula Peiris wrote: 
> > On Mon, 2009-06-08 at 10:13 +0500, Abdul Sami wrote:
> >   
> > > any pointers?
> > > 
> > > Abdul Sami wrote:
> > >     
> > > > In the samples i do not see the request or response node being freed. 
> > > > When the client and server should free the request and response nodes?
> > > >       
> > 
> > No need to free those. Axis2/C engine will free them.
> >   
> Thanks. For client i assume this will happen when the
> axis2_svc_client_t Handle is released?

Yes you are correct.

> 


Re: Freeing up Request and Response nodes

Posted by Abdul Sami <as...@folio3.com>.
Manjula Peiris wrote:
> On Mon, 2009-06-08 at 10:13 +0500, Abdul Sami wrote:
>   
>> any pointers?
>>
>> Abdul Sami wrote:
>>     
>>> In the samples i do not see the request or response node being freed. 
>>> When the client and server should free the request and response nodes?
>>>       
>
> No need to free those. Axis2/C engine will free them.
>   
Thanks. For client i assume this will happen when the 
*axis2_svc_client_t* Handle is released?



Re: Freeing up Request and Response nodes

Posted by Manjula Peiris <ma...@wso2.com>.
On Mon, 2009-06-08 at 10:13 +0500, Abdul Sami wrote:
> any pointers?
> 
> Abdul Sami wrote:
> > In the samples i do not see the request or response node being freed. 
> > When the client and server should free the request and response nodes?

No need to free those. Axis2/C engine will free them.

> >
> >
> >
> 


Re: Freeing up Request and Response nodes

Posted by Abdul Sami <as...@folio3.com>.
any pointers?

Abdul Sami wrote:
> In the samples i do not see the request or response node being freed. 
> When the client and server should free the request and response nodes?
>
>
>