Category Archives: Published Articles

Microsoft Developer Network Article on Threading – Part 2 – Scalable Multithreaded Programming with Tasks

The second of my series of articles on threading is up on Microsoft Systems Developer Network Magazine: Scalable Multithreaded Programming with Tasks This article is about using tasks to break up a lengthy job into a series of smaller ones … Continue reading

Posted in Code, Published Articles | Leave a comment

Microsoft Developer Network Article on Threading – Part 1 – Scalable Multithreaded Programming with Thread Pools

The first of a series of articles on threading is up on Microsoft Systems Developer Network Magazine: Scalable Multithreaded Programming with Thread Pools This article is a gentle introduction on how to get better CPU performance with little effort.  If your … Continue reading

Posted in Code, Published Articles | Leave a comment

Using Aero Glass on Vista: my Microsoft Developer Network Article is up!

One of the nice things about Vista is that they rewrote the display architecture to be a composition engine. Every window gets some off screen memory to display itself to and then all these windows are composited together onto the … Continue reading

Posted in Code, Published Articles | Leave a comment