Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Leaks in Staff and Axis2c #230

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

Memory Leaks in Staff and Axis2c #230

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 8 Jan 2015 at 9:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant