Tag Archives: debugging

Intro to performance troubleshooting for programmers

Performance is something that I’ve spent some time with and I find quite interesting. Troubleshooting slow code seems like a straightforward process to me, but I find many times I get ahead of myself and confuse other developers. Sometimes they … Continue reading

Posted in Software Development | Tagged , | Leave a comment

Some WinDbg notes for troubleshooting excessive memory usage

A little while ago I ran into some problems with the w3wp process gobbling up tons of memory. It ate up so much memory that after running for a few hours with high traffic, it would automatically get restarted by … Continue reading

Posted in Software Development | Tagged , , , | 1 Comment