CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mklon22

Search: Search took 0.03 seconds.

  1. Re: Server App memory freed when disconnect the remote desktop session

    Is a MFC C++ application, and yes the application uses sockets... It is a NMS application.
  2. Re: Server App memory freed when disconnect the remote desktop session

    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...
  3. Re: Application to monitor the threads working set of a specific process

    Ok, thanks.

    I think I'll try a profiler to analyse the memory usage (virtual memory, windows heap, COM, C Runtime allocations).
  4. Re: Server App memory freed when disconnect the remote desktop session

    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...
  5. Re: Application to monitor the threads working set of a specific process

    Thank you, but that application doesn't show the memory usage of each thread of a process, it only shows CPU usage...
  6. Application to monitor the threads working set of a specific process

    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...
  7. Re: Server App memory freed when disconnect the remote desktop session

    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...
  8. Server App memory freed when disconnect the remote desktop session

    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...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured