Skip to content

Memory Leaks in Staff and Axis2c #230

@GoogleCodeExporter

Description

@GoogleCodeExporter
I have Created the Web Service client using Staff Visual Studio 2010 64 bit 
Release version. This Staff uses Unofficial Source code of Axis2c compiled 
using openssl-1.0.1g Version. This Web Service client is compiled on windows 
Server 2008 R2 machine. What I observe is that If we run web service client 
repeatedly for different requests and Responses, Memory consumption increases 
after each request. We just Create Singleton instance of web service client 
using staff.
 We do call  SetToAddress(webServiceUrl) for each request so  each time new session (axis2c endpoint reference is created to web service)is created for every request for the same singleton instance. After each request memory keeps growing. Suppose for our application memory consumption is 11288 Bytes at the start. After running 900 Requests and Responses memory grows to 61012 Bytes. This proves that there are lot of memory leaks in staff VS 2010 64 bit windows version, Unofficial Axis2c, openssl-1.0.1g. Kindly fix memory leaks or point to the version with minimal or 0 memory leaks.

Original issue reported on code.google.com by shekhard...@gmail.com on 8 Jan 2015 at 9:43

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions