My latest Windows with C++ column, Thread Pool Timers and I/O, is now available in the December 2011 issue of MSDN Magazine. This is my final column on the amazingly powerful Windows thread pool API. In this final installment I introduce thread pool timers and I/O completion. Here is the complete thread pool series:
0: C++ and the Windows API (required reading)
1. The Windows Thread Pool and Work
2. The Thread Pool Environment
3. Thread Pool Cancellation and Cleanup
4. Thread Pool Synchronization
Join me next year where I begin to cover topics related to Windows 8 and the next version of Visual C++.
You can find links to more of my articles here.
So you’ve got your ‘further notice’ about Windows 8 ? 🙂
Yes, I managed to get permission to talk about certain topics.
I hope you are sticking to low level topics and not toy apps in WinRT/Metro
I will be covering WinRT but mostly under-the-covers stuff.
How to compile your code with gcc4.7?
I did not install vs2010,so I compiled your code with gcc,but I encountered a lot of problems.
I’m not too familiar with gcc – you may be missing the include and library directories for the Windows SDK.
Do you mind sending me a complete code on the thread pool?Thanks very much.
I’m sorry but I don’t maintain source code for my articles anymore. It’s too hard to keep it up to date with changing compilers and libraries. My hope is that programmers will take what they have learned from reading the articles and write their own code given the knowledge they have gained.
A great idea, thank you