• You are not authorized to post comments.
  • You are not authorized to post comments.

Microsoft offers parallel apps language

By Paul Krill, InfoWorld |  Development, .Net, Axum Add a new comment

Microsoft is offering its .Net language for building parallel applications -- Axum -- enabling developers to build scalable applications for mult-core 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, he 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.

ITworld LIVE

DevelopmentWhite Papers & Webcasts

Webcast On Demand

How to Distribute Apps to Your Mobile Workforce

When considering enterprise app deployment, you may find some unexpected challenges and a number of options that range from simple distribution to running your own enterprise market. How can you determine the best approach for your organization? MOTODEV for Enterprise can help you understand and evaluate current enterprise deployment technologies and learn best practices that support your choice.

Sponsor: Motorola Mobility

Webcast On Demand

Authentication, Certificates and VPNs

MOTODEV for Enterprise can help get you up to speed quickly on key topics such as how to enable secure access to a company intranet from outside the firewall. This webinar provides a clear explanation of terms and technologies and what they can do for your enterprise app development.

Sponsor: Motorola Mobility

Webcast On Demand

Improving Enterprise App Quality with MOTODEV App Validator

MOTODEV for Enterprise supports quality app development for businesses, government, and institutions with technical resources and tools such as the MOTODEV App Validator, a free static analysis testing tool.

Sponsor: Motorola Mobility

White Paper

HR Analytics: Driving Return on Human Capital Investments

In today's economy, it's critical for organizations to make employee retention and development a major business focus, to ensure that valuable employees are not lost as the economy improves. With advanced BI solutions, organizations can be supported by workforce analytics to drive return on human capital investment and to see the value the workforce delivers to organizational performance. This white paper demonstrates how the increased power of having metrics and analytic insight can align core HR business processes with organizational goals and strategies and help ensure organizations make the right business decisions today for tomorrow.

White Paper

Positioning the CIO as a Powerful Business Partner with IT Portfolio Governance

In this whitepaper, learn how you can become a visionary portfolio manager and transform IT into a streamlined revenue and profit center.

See more White Papers | Webcasts

Ask a question

Ask a Question