Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Nifty Win32 tri... » Microsoft History   (RSS)

FPO

I was chatting with one of the perf guys last week and he mentioned something that surprised me greatly. Apparently he's having perf issues that appear to be associated with a 3rd party driver. Unfortunately, he's having problems figuring out what's going Read More...
Yesterday I talked about CoGetMalloc . One thing I didn't include was why the ability to specify an allocator was removed from the system. If you've read Raymond's blog, the answer should be obvious. I suspected it, but wasn't sure, but after I submitted Read More...
Ok, I admit it. I'm a geek. I'm actually one of those people who rants over the loss of the printed version of the platform SDK documentation (I still have some of the original Win32 Platform SDK documents in my office and use them regularly). One of Read More...
One of the new audio components in Vista is a new process named audiodg.exe. If you look at it in taskmgr, the description shows "Windows Audio Device Graph Isolation", but that's not really particularly helpful when it comes to figuring out what it does. Read More...
Yesterday, Raymond posted an article about power suspend and it's behavior in XP and Vista . It got almost as many comments as a post in the IE blog does :). I want to write about one of the comments made to the article (by "Not Amused Again"): James Read More...
Raymond's post today on splay trees (brief summary: splay trees are interesting, but when you do an in-order traversal, they degrade to a linked list) reminded me of some "fun" I had with the NT 3.1 browser. The browser service is mostly dead these days, Read More...
Out-of-the box, a Windows system automatically shares the root of every hard drive on the machine as <drive>$ (so you get C$, D$, A$, etc). The shares are ACL'ed so that only members of the local administrative group can access them, and they're Read More...
IMHO, every developer should have a recent copy of the debugging tools for windows package installed on their machine (it's updated regularly, so check to see if there's a newer version). One of the most useful leak tracking tools around is a wonderfully Read More...
This post came into my suggestion box yesterday from Darren Cherneski: We have a system that has an in-memory SQL database running in shared memory that is created with CreateFileMapping(). Processes start up, attach to it via a DLL, do some queries, Read More...
 
Page view tracker