Paul Krill
Editor at Large

Microsoft offers parallel apps language

news
May 11, 20092 mins

The Axum language, which is geared toward building scalable apps for multicore systems, is available via MSDN Labs

Microsoft is offering its .Net language for building parallel applications — Axum — enabling developers to build scalable applications for multcore systems via the .Net Framework, a Microsoft official said in a blog entry.

Axum is a .Net language building on principles of isolation, agents, message-passing, and data flow, Microsoft said. The company late last week made Axum available via MSDN Labs.

[ With Axum, Microsoft is trying to help developers meet the challenges post by multicore chips. ]

“In Axum, concurrency is the default.  All agents execute concurrently unless you explicitly restrict them. This means you spend less time on boilerplate code for multi-threading and more time on your code,” said S. “Soma” Somasegar, senior vice president of the Microsoft developer division, in his blog last Friday evening.

Agents in Axum can be hosted in a single or separate process or on a separate machine. “This unified programming model means you don’t need to rewrite your code when you want to run it in a distributed scenario,” Somasegar said.

Axum leverages several concepts to enable “safe” parallel programming, Somasegar said. Among these concepts is domains isolate state, to avoid implicit dependencies that can result in difficult-to-find concurrency bugs.

“Domains make you more productive by allowing you to worry less about concurrency and focus more on your algorithms and code,” Somasegar said.

Also used is a cooperative blocking model using latencies to do meaningful work. Axum offers the option to declaratively state how an agent intents to use domain state. “The compiler will enforce that agents uphold their stated intentions and the runtime will schedule your agents accordingly to maintain safety,” Somasegar said.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author