Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Dave Probert: Inside Windows 7 - User Mode Scheduler (UMS)
Jun 24, 2009 at 3:10 PMWhat's the reasoning behind not supporting UMS in 32 bit windows?
(as stated at http://msdn.microsoft.com/en-us/library/dd627187(VS.85).aspx)
Dave Probert: Inside Windows 7 - User Mode Scheduler (UMS)
Jun 24, 2009 at 3:06 PMAre there any plans to expose the UMS to .NET?
Erika Parsons and Eric Eilebrecht : CLR 4 - Inside the Thread Pool
Jun 24, 2009 at 3:03 PMAre there any plans to have the ThreadPool take advantage of Windows 7 UMS?
This would allow you to use a synchronous programming model for I/O and have the kernel notify the ThreadPool when blocking was occuring to allow for another work item to be scheduled.
It would be immensely useful for my application.