Welcome to MSDN Blogs Sign in | Join | Help

May 2009 - Posts

Auction Simulation written in the Asynchronous Agents Library
One of our architects, Niklas Gustafsson has just posted an actor based auction simulation written in the Asynchronous Agents Library. If you follow the blog trail back, you'll see that this was implemented originally in scala and that Matthew Podwysocki Read More...
Implementing Dining Philosophers with the Agents Library
The latest issue of msdn magazine includes an article that I wrote which illustrates implementing the Dining Philosophers purely in message passing and without using any explicit locking. If you have Visual Studio 2010 Beta1 installed, you can also download Read More...
What's new in the Concurrency Runtime and the Parallel Patterns and Asynchronous Agents Libraries
Visual Studio 2010 Beta1 has been released, and it is a full install version . The team has been busy, busy busy since the CTP release last fall to deliver most of the APIs and objects we’ve blogged about here into Beta1. So I wanted to take a moment Read More...
Debugging PPL Tasks
You have read several articles here about how the Microsoft Concurrency Runtime enables task-based parallelism. Now Daniel Moth has an article on his blog that describes the debugging functionality offered by VS 2010's Parallel Tasks window. The parallel Read More...
Synchronization with the Concurrency Runtime - Part 2
In my previous post, I addressed the motivation behind using concurrency runtime’s synchronization primitives and also introduced Critical Section. In this blog, I will cover concurrency runtime’s reader writer lock. Reader Writer Lock This class enables Read More...
Page view tracker