troubleshooting

performance

Why Is The System Idle Process Hogging All The Resources?

From the "you can't make this stuff up department", this 2003 gem from blogging O.G. John Dvorak: IDLE-TIME PROCESS. Once in a while the system will go into an idle mode, requiring from five minutes to half an hour to unwind. It's weird,

By Jeff Atwood ·
Comments

hardware

Sometimes It's a Hardware Problem

One of our best servers at work was inherited from a previous engagement for x64 testing: it's a dual Opteron 250 with 8 gigabytes of RAM. Even after a year of service, those are still decent specs. And it has a nice upgrade path, too: the Tyan Thunder

By Jeff Atwood ·
Comments

error codes

Error Codes Must Die

A recent Scott Hanselman post [http://www.hanselman.com/blog/WindowsDefenderErrors0x8024402c0x80240022And1609.aspx] described a problem he had with Windows Defender [http://www.microsoft.com/athome/security/spyware/software/default.mspx]: > Defender was unable to update my signatures, instead throwing a COM-ish 0x8024402c. Others are getting Error 1609 and still

By Jeff Atwood ·
Comments

.net

Troubleshooting .NET performance using Peanut Butter

Here's some excellent, concise advice on troubleshooting performance in managed code [http://blogs.msdn.com/ricom/archive/2005/05/25/421926.aspx]. It all starts with peanut butter, naturally: > My last entry [http://blogs.msdn.com/ricom/archive/2005/05/23/421205.aspx] was some generic advice

By Jeff Atwood ·
Comments