S
Simon Verona
I have a problem with my application crashing on-site.. (It just disappears
with no errors!).
I suspect that I am running out of some sort of resource during the time
that the application is running.
To assist in tracing what is going on, I want to trace and log the resources
that my application is using (such as amount of memory, threads etc). I
have a central place in my code that I can log all this information, but I
have two questions :
1. What information should I be logging ?
2. How do I get this information (WMI?? Win32 calls?? somewhere in
the diagnostic class?)
Thanks in advance for any ideas.
Regards
Simon
with no errors!).
I suspect that I am running out of some sort of resource during the time
that the application is running.
To assist in tracing what is going on, I want to trace and log the resources
that my application is using (such as amount of memory, threads etc). I
have a central place in my code that I can log all this information, but I
have two questions :
1. What information should I be logging ?
2. How do I get this information (WMI?? Win32 calls?? somewhere in
the diagnostic class?)
Thanks in advance for any ideas.
Regards
Simon