InfoQ

News

Microsoft, Intel to invest $20M in parallel computing

Posted by Abel Avram on Mar 27, 2008

Community
.NET,
Architecture
Topics
Performance & Scalability ,
.NET Framework
Tags
Microsoft ,
Multi-threading ,
Parallel Programming

Microsoft and Intel have recently announced a $20 million joint investment into parallel computing over the next 5 years. The money will go to two Universal Parallel Computing Research Centers located at University of California Berkeley and the University of Illinois. The Berkeley university will add $7 million for its center, while the University of Illinois will bring $8 million to fund the research in its own center.

The purpose of the research is to develop software that runs more efficiently on systems with multiple processors. The move was triggered by the current trend of the industry to develop processors with multiple cores. The idea is to distribute the work over multiple cores or processors so several tasks can be executed simultaneously. A white paper written by UC Berkeley researchers affirms:

Conventional wisdom is now to double the number of cores on a chip with each silicon generation. ... Our view is that this evolutionary approach to parallel hardware and software may work from 2 or 8 processor systems, but is likely to face diminishing returns as 16 and 32 processor systems are realized, just as returns fell with greater instruction-level parallelism.

The target [of the research] should be 1000s of cores per chip.

Both Microsoft and Intel have their own programs researching parallel computing, and make this additional joint effort to make sure they are prepared for the extra computing power that is to come with future multi-core technology. Intel's Tera-scale Computing Research Program aims to create processors with hundreds of cores. But the computing power of a 100 cores processor won't be of much help if the software running on it does not scale well. Microsoft has come with its Parallel Computing Initiative which "encompasses the vision, strategy, and innovative developments for delivering natural and immersive personal computing experiences, harnessing the compute power of many-core architecture", according to Corporate Vice President S. Somasegar.

One of the first visible results of Microsoft's Parallel Computing Developer Center is the Parallel Extensions to .NET Framework 3.5, CTP which is a library introducing support for concurrency in applications written in any .NET language. According to the site:

Parallel Extensions to the .NET Framework is a managed programming model for data parallelism, task parallelism, and coordination on parallel hardware unified by a common work scheduler. Parallel Extensions makes it easier for developers to write programs that scale to take advantage of parallel hardware by providing improved performance as the numbers of cores and processors increase without having to deal with many of the complexities of today’s concurrent programming models.

Another result of Microsoft's Parallel Computing Initiative is PLINQ or Parallel LINQ. This enables LINQ to execute multiple parallel queries against the database, and the topic was discussed by InfoQ here.

Paradigm Shift by Cameron Purdy Posted Mar 27, 2008 12:19 PM
PLINQ by Charles Verdon Posted Mar 27, 2008 1:20 PM
  1. Back to top

    Paradigm Shift

    Mar 27, 2008 12:19 PM by Cameron Purdy

    Parallel Extensions to the .NET Framework is a managed programming model for data parallelism, task parallelism, and coordination on parallel hardware unified by a common work scheduler.



    The author made sense up to the point of discussing a "common work scheduler". How 1960s.



    Peace,



    Cameron Purdy

    Oracle Coherence: Data Grid for Java, C++ and .NET

  2. Back to top

    PLINQ

    Mar 27, 2008 1:20 PM by Charles Verdon


    This enables LINQ to execute multiple parallel queries against the database


    PLINQ's parallel queries run agains in memory data structures, not against the database.

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.