You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Jim Seipp <Ji...@avid.com> on 2007/05/01 01:07:52 UTC

memory leak

Hi,

If I run a batch file from the client that simply invokes the "math.exe"
test application that s supplied by the release,
I see the memory usage on the Server continue to increase.
This is easy to reproduce.

Thanks,

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: memory leak

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Samisa Abeysinghe wrote:

> Fixed this in svn HEAD for simple axis server.

Would be fixed in 1.0.0 release.

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: memory leak

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:
> Hi Samisa,
>
> I got the svn HEAD and I am still seeing the memory leak??
>   
How many bytes per request?

Samisa...

> Thanks,
>
> Jim
>
> -----Original Message-----
> From: Samisa Abeysinghe [mailto:samisa@wso2.com] 
> Sent: Monday, April 30, 2007 10:28 PM
> To: Apache AXIS C Developers List
> Subject: Re: memory leak
>
> Fixed this in svn HEAD for simple axis server.
>
> Samisa...
>
> Samisa Abeysinghe wrote:
>
>   
>> Please raise a Jira on this as well.
>>
>> Samisa...
>>
>> Samisa Abeysinghe wrote:
>>
>>     
>>> Jim Seipp wrote:
>>>
>>>       
>>>> Hi,
>>>>
>>>> If I run a batch file from the client that simply invokes the 
>>>> "math.exe"
>>>> test application that s supplied by the release,
>>>> I see the memory usage on the Server continue to increase.
>>>> This is easy to reproduce.
>>>>  
>>>>
>>>>         
>>> This growth is due to the creation of an operation context instance 
>>> for each request on server side.
>>> I found this just before the release and was reluctant to fix as this
>>>       
>
>   
>>> would have broken modules such as the RM module.
>>> I would look into fixing this as a post 1.0 item.
>>>
>>> Samisa...
>>>
>>>       
>>>> Thanks,
>>>>
>>>> Jim
>>>>
>>>>
>>>>         
> ---------------------------------------------------------------------
>   
>>>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>>>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>>>
>>>>
>>>>
>>>>  
>>>>
>>>>         
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>>
>>>
>>>
>>>       
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>
>>
>>
>>     
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
>   


-- 
Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services Developers' Portal)


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: memory leak

Posted by Jim Seipp <Ji...@avid.com>.
Hi Samisa,

I got the svn HEAD and I am still seeing the memory leak??

Thanks,

Jim

-----Original Message-----
From: Samisa Abeysinghe [mailto:samisa@wso2.com] 
Sent: Monday, April 30, 2007 10:28 PM
To: Apache AXIS C Developers List
Subject: Re: memory leak

Fixed this in svn HEAD for simple axis server.

Samisa...

Samisa Abeysinghe wrote:

> Please raise a Jira on this as well.
>
> Samisa...
>
> Samisa Abeysinghe wrote:
>
>> Jim Seipp wrote:
>>
>>> Hi,
>>>
>>> If I run a batch file from the client that simply invokes the 
>>> "math.exe"
>>> test application that s supplied by the release,
>>> I see the memory usage on the Server continue to increase.
>>> This is easy to reproduce.
>>>  
>>>
>> This growth is due to the creation of an operation context instance 
>> for each request on server side.
>> I found this just before the release and was reluctant to fix as this

>> would have broken modules such as the RM module.
>> I would look into fixing this as a post 1.0 item.
>>
>> Samisa...
>>
>>> Thanks,
>>>
>>> Jim
>>>
>>>
---------------------------------------------------------------------
>>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>>
>>>
>>>
>>>  
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: memory leak

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Fixed this in svn HEAD for simple axis server.

Samisa...

Samisa Abeysinghe wrote:

> Please raise a Jira on this as well.
>
> Samisa...
>
> Samisa Abeysinghe wrote:
>
>> Jim Seipp wrote:
>>
>>> Hi,
>>>
>>> If I run a batch file from the client that simply invokes the 
>>> "math.exe"
>>> test application that s supplied by the release,
>>> I see the memory usage on the Server continue to increase.
>>> This is easy to reproduce.
>>>  
>>>
>> This growth is due to the creation of an operation context instance 
>> for each request on server side.
>> I found this just before the release and was reluctant to fix as this 
>> would have broken modules such as the RM module.
>> I would look into fixing this as a post 1.0 item.
>>
>> Samisa...
>>
>>> Thanks,
>>>
>>> Jim
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>>
>>>
>>>
>>>  
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: memory leak

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Please raise a Jira on this as well.

Samisa...

Samisa Abeysinghe wrote:

> Jim Seipp wrote:
>
>> Hi,
>>
>> If I run a batch file from the client that simply invokes the "math.exe"
>> test application that s supplied by the release,
>> I see the memory usage on the Server continue to increase.
>> This is easy to reproduce.
>>  
>>
> This growth is due to the creation of an operation context instance 
> for each request on server side.
> I found this just before the release and was reluctant to fix as this 
> would have broken modules such as the RM module.
> I would look into fixing this as a post 1.0 item.
>
> Samisa...
>
>> Thanks,
>>
>> Jim
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>
>>
>>
>>  
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: memory leak

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:

>Hi,
>
>If I run a batch file from the client that simply invokes the "math.exe"
>test application that s supplied by the release,
>I see the memory usage on the Server continue to increase.
>This is easy to reproduce.
>  
>
This growth is due to the creation of an operation context instance for 
each request on server side.
I found this just before the release and was reluctant to fix as this 
would have broken modules such as the RM module.
I would look into fixing this as a post 1.0 item.

Samisa...

>Thanks,
>
>Jim
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org