The evolution of computing is intimately connected with multi-core and many-core architectures, and Microsoft is little shy about jumping aboard. But not only is the Redmond company embracing the parallel computing wave with its own products, it is also making solutions available designed to enable developers to start building parallel applications. Microsoft Axum is an illustrative example in this regard. Put together in Microsoft’s Parallel Computing Platform, Axum is essentially a .Net Framework language set up to allow developers to tailor their apps to multi-core and many-core scenarios. Axum comes with support for the following operating systems: Windows 2000; Windows 7; Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP.

“Axum makes use of several concepts to enable safe parallel programming: domains isolate state, which helps you avoid implicit dependencies in your code that can result in difficult-to-find concurrency bugs,” revealed S. Somasegar, senior vice president, Developer Division. “Agents are threads of control that process messages asynchronously to stay scalable and responsive. Axum employs a cooperative blocking model that utilizes latencies to do meaningful work; agents that wish to receive a message will block, allowing another agent to execute in its place.” More at; http://news.softpedia.com/news/Microsoft-Axum-for-Windows-7-Available-for-Download-111276.shtml