-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
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
Reactions are currently unavailable