-
Popular Posts
-
Recent Posts
Recent Comments
- Mark on The ScrewTurn Wiki
- VIM: Modifier un fichier directement dans une archive ZIP | Blogue ≈ Geek on Vim Can Open Zip Files?
- Markus on TortoiseSVN in Visual Studio
- David Hogue on So I’ve been playing around with IPv6 at home lately
- Get your home network connected with IPv6 | troywitthoeft.com on So I’ve been playing around with IPv6 at home lately
Author Archives: David Hogue
Reclaiming my work day
So this isn’t a technical post, but still applies to developers. I have had trouble managing my time and the amount of work coming in. I’m sure most people that work at a desk run into this every now and … Continue reading
Plugging a ConnectionProvider in to NHibernate to connect to multiple databases
I recently had a scenario where I needed to connect to a variety of databases depending on context. The databases all shared the same schema, the contents were just partitioned out based on customer. I’d originally done this with many … 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
Performance Monitor Tips & Tricks
I’ve been doing a lot of digging into performance monitor this last week or so and learned some new tricks. I thought I’d write this up and share what I found in case it’s useful in the future: Command line … Continue reading
On Working Remotely and Practicing Writing Skills
I’ve been doing a decent amount of work outside the office recently (or telecommuting as they used to call it.) This has been working pretty well, but I’ve been trying to improve my communication skills since that’s been a little … Continue reading
Stupid Router Tricks (or how to use DD-WRT to extend the range of a network)
I recently found myself in a situation where I had no direct internet connection where I was staying. I did find a public wifi signal, but it was very weak. At first I tried sitting over on the side of … Continue reading
Reconfiguring the load balancer to check via HTTP
So this comes from a work experience. For a project, I was looking into reconfiguring the load balancer we were using… We’re using loadbalancer.org. Which uses Linux-HA which uses ldirectord to monitor servers. There are a few options for how … Continue reading