Microsoft Research recently announced the availability, under
Academic Licensing, of
Dryad, an infrastructure which allows a programmer to use the resources of a computer cluster or a data center for running data-parallel programs. A Dryad programmer can use thousands of machines, each of…
Peli at RiSEJun 12, 2009 at 11:31 AM6
Peli de Halleux
Avg Rating: 5
(2)
Sebastian Burckhardt gives a short tutorial of some of the new
features of
CHESS: data race detection and ChessBoard. CHESS is a concurrency testing tool takes a concurrent unit test and executes it with different thread schedules. Sebastian explains us how CHESS can detect…
Donald Trump recently praised Metratech’s business model embraced by their customer,
ACN, who appeared on the Celebrity Apprentice.
Metratech’s own David Blair, Director of Product Architecture, discusses how Microsoft is both a partner and a…
Not familiar with Axum? Here's a C9 interview with the Axum team to refresh your memory
(it's a domain specific language for concurrent programming, formerly known as "Maestro", developed by the Parallel Computing Platform team).
Here, Axum PM Josh Phillips walks us through…
Before a plane flies for the first time, in the sky, it has flown many thousands of virtual miles in distributed clusters of computation cells, calculating non-linear differential equations of fluid dynamics.
Intelligent Light, with its Fortran and Python writing programmers, represents a…
Parallel Computing Platform team members Stephen Toub, Rick Molloy, Don McCrady and Dana Groff join me for a chat about the differences and similarities in their
conceptual approach to designing and building concurrent programming abstractions targeting .NET developers and native…
Scott Guthrie, Corporate Vice President, leads the teams that create the .NET developer and designer technologies and tools.
Silverlight 3 has arrived in beta form.
Expression 3 also ships today in Preview form. Grab the bits and play. Provide feedback. OK. That's the housekeeping stuff. Now,…
It's always a pleasure to get a chance to sit down and geek out with Anders Hejlsberg. Anders is a Microsoft Technical Fellow (a Technical Fellow is the highest ranking technical position at Microsoft) and programming language design master. He's the creator
of C# and one of the founders…
"Concurrent Basic extends Visual Basic with stylish asynchronous concurrency constructs derived from the join calculus. Our design advances earlier MSRC
work on Polyphonic C#, Comega and the Joins Library. Unlike its C# based predecessors, CB adopts a simple event-like syntax…
In this geekSpeak webcast, Jeffrey Richter talks about his AsyncEnumerator class that allows programmers to use a simple synchronous programming model to perform asynchronous operations, thereby writing highly scalable and responsive applications and components.
The class is useful for console…