August 31st, 2012 01:25 PM
Is a MFC C++ application, and yes the application uses sockets... It is a NMS application.
August 31st, 2012 01:16 PM
One month ago my colleages restarted the computer because the application was malfunctioning, I saw memory exceptions in the application log , since that I have been monitoring the memory of the...
August 31st, 2012 06:43 AM
Ok, thanks.
I think I'll try a profiler to analyse the memory usage (virtual memory, windows heap, COM, C Runtime allocations).
August 30th, 2012 02:32 PM
Yes I suspected that; I need to find which part of my code is being requesting a big amount of memory. My aplication is multithread and is too large, I was thinking to isolate the problem monitoring...
August 30th, 2012 02:25 PM
Thank you, but that application doesn't show the memory usage of each thread of a process, it only shows CPU usage...
August 30th, 2012 04:43 AM
Hello,
I'm looking for an application (Windows OS) to monitor the threads working set of a specific process. I've seen some applications that show the CPU used by the several threads of a process...
August 29th, 2012 12:39 PM
Yes, I suspected something like that, I have monitored several days the application in order to localize the thread that consumes the memory but I haven't localize it yet.
But, if in somewhere in...
August 29th, 2012 06:28 AM
I have a server application running in Windows 2003 server; I think the application has a memory leak because the memory usage increases unusually; I have checked the code (Visual c++ code) with...