Bindings, Platforms, and Innovation
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
Tracking change and innovation in the enterprise software development community
Posted by Abel Avram on Jun 03, 2008 08:28 AM
Microsoft has just released the Parallel Extensions to the .NET Framework June 2008 CTP. This is the second CTP release, the first one was released on 11/29/2007. According to Microsoft, Parallel Extensions is:
A managed programming model for data parallelism, task parallelism, and coordination on parallel hardware unified by a common work scheduler.
How is it helpful?
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.
The June 2008 CTP contains the following improvements among others:
A new API named Coordination Data Structures which synchronizes and coordinates reads and writes from multiple processes. This API was being used internally by PLINQ and the Task Parallel Library, and now was made available externally.
There is a new run-time scheduler which is supposed to provide the performance scalability needed in the future. The run-time scheduler is a vital and critical part of an operating system or a framework like Parallel Extensions and will most probably need to be optimized based on user feedback.
Various changes to PLINQ like Parallel.Invoke instead of Parallel.Do.
The Parallel Extensions framework is supported on Windows Server 2003, Vista, and XP. The .NET Framework 3.5 is necessary to run the corresponding code, and Visual Studio 2008 for development.
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.
This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.
This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.
This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.
After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.
IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.
Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.
No comments
Watch Thread Reply