2
votes
2answers
35 views
Getting from ProcessThread to a managed thread
Periodically we get a hang on shut down of a Windows service in a production environment that we just cannot reproduce. It can be months before it happens again.
I'm putting in so …
0
votes
1answer
41 views
Powershell status information
What is the prescribed method for display status or progress information to a user from a Powershell script? For example, "Connecting to database..." Normally I'd print to STDERR. …
2
votes
2answers
29 views
.Net and SQL Server Diagnostics
Our company has many .Net applications on many servers which utilize many different SQL Servers. We do not have a clear idea of what is using what. It would be great to get a full …
4
votes
3answers
99 views
Performance and diagnostics tools for Silverlight
WPF 3.5 has PresentationTraceSources for diagnostics and WPFPerf for performance and data binding diagnostics.
Are there equivalent tools / libraries for Silverlight?
0
votes
3answers
89 views
Get CPU and memory usage of application programatically on HPUX
Is there a way to get the CPU and memory usage programatically (C++) of an application on HPUX?
0
votes
0answers
34 views
Start a multiple process in code and distinct them at their commandline arguments
I am running a service program which is started multiple times with different configuration files passed on commandline.
The program is started by a control program which is runni …
0
votes
2answers
19 views
What is a good way to set about diagnosing ASP.NET connection issues?
Whilst on the surface this question looks like it should be on serverfault.com I have a reason for posting here first.
I developed an ASP.NET 2.0 web application. Just recently w …
1
vote
0answers
37 views
Monitor How Often Assemblies Are Loaded From GAC
I currently have 3 servers each running different applications. Occasionally through installation misconfiguration and code re-factoring these machines are left with assemblies in …
0
votes
3answers
61 views
Any tools to sniff java application networking behaviour?
I want to know the behavior of a web robot, which was written in Java, is there any tool to monitor? I'm running Windows 7 now.
1
vote
4answers
159 views
PowerBuilder equivalent to Debug.WriteLine?
Hi - I've got a PowerBuilder project that calls my .Net class library exposed to COM. I'm very new to PowerBuilder and just starting to pick it up. Id like to create some simple te …
0
votes
4answers
118 views
C++ runtime debugging (diagnostic strategies and constructs)
I'm planning to add extensive diagnostics into my software. Right now I'm thinking about overall strategy of how to do this, because adding such code simply ad hoc can result in se …
0
votes
3answers
120 views
SQL connection failure and network reliability
Are there any tools to quickly test network reliability to a SQL server?
We are receiving error reports from a particular customer who has a random "connection failure" message po …
4
votes
8answers
327 views
Why does the second for loop always execute faster than the first one?
I was trying to figure out if a for loop was faster than a foreach loop and was using the System.Diagnostics classes to time the task. While running the test I noticed that which e …
2
votes
3answers
78 views
Fault Diagnostic Process
Has anyone created or seen a good fault diagnostic procedure for a web based solutions that an Operations team could use to do diagnostic and support with?
The solution is based o …
5
votes
4answers
1k views
log4net versus TraceSource
In this thread many people have indicated that they use log4net. I am a fan of TraceSources and would like to know why log4net is used.
Here is why I like trace sources:
Plugga …
