You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Jan 2015 at 9:43The text was updated successfully, but these errors were encountered: