-
Popular Posts
-
Recent Posts
Recent Comments
- Krichof on Stupid Router Tricks (or how to use DD-WRT to extend the range of a network)
- Jesse Anderson on Plugging a ConnectionProvider in to NHibernate to connect to multiple databases
- doofus on Changing which conversation an email is grouped in with Outlook 2010
- David Hogue on Selenium Page Objects for an AJAX Admin Page
- Nathan on Selenium Page Objects for an AJAX Admin Page
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
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