Cloud Foundry: Design and Architecture
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Abel Avram on Jun 16, 2011
Microsoft wants to give C++ developers tools for writing parallel applications running on zillions of GPUs/cores locally or in the cloud.
Visual Studio C++ 2010 enables developers to write programs that take advantage of local parallel hardware such as multicore CPU using the Concurrency Runtime which has four major components: Parallel Patterns Library (PPL), Asynchronous Agents Library, Task Scheduler, and Resource Manager. But Microsoft wants to extend Visual C++ parallelism support even further. Herb Sutter, Microsoft Principal Architect, Native Languages, has announced a new C++ library called Accelerated Massive Parallelism (C++ AMP), at AMD Fusion Developer Summit. AMP extends parallelism support to local GPGPU and Accelerated Processing Unit (APU), and intends to cover it all the way to the cloud.
Microsoft wants to make C++ AMP available on all sorts of heterogeneous parallel hardware including multicore systems and clouds, aiming to support applications running on hundreds of thousands of cores/GPUs in the cloud.
C++ AMP introduces just one language extension, and makes use of DirectX 11’s DirectCompute API which offers general processing support on GPGPUs, “the architecture being such, that at this point can be thought of as an implementation detail that does not surface to the API layer”, according to Daniel Moth, Senior Program Manager at Microsoft.
C++ AMP will be an open specification, and Microsoft will provide a first implementation some time this year, but full support for this technology is to be included in the next version of Visual C++. C++ AMP will be basically an STL-like library “as part of the existing concurrency namespace and delivered in the new amp.h header file”, wrote Moth. Programming with AMP will benefit from all programming support available in VS: intellisense, building, debugging, profiling, etc.
Moth promised he will show C++ AMP code samples on his blog in the following months.
Want to know how software releases can be stress-free and happen with one click? Try Go free!
Improving Software Delivery Cycles: Pre-requisites and Inhibitors
Automating Error Reporting for .NET Applications
Troubleshoot Java/.NET performance while getting full visibility in production
Go: Agile Release Management Solutions. Go enables predictable, defect-free and timely software releases.
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
Andrew Watson talks about the work of the OMG, where CORBA is alive and well (hint: in your car), UML and UML Profiles vs. custom Modeling languages, DDS and other middleware, and much more.
Sohil Shah discusses creating iPhone and Android enterprise mobile applications based on cloud services using the open source platform OpenMobster.
Paul Sanford presents the transformations supported by data throughout its life cycle, and how that can be better done with Splunk, an engine for monitoring and analyzing machine-generated data.
A common “best practice” for unit tests is to only write a one assertion in each test. I intend to question this advice by showing that multiple assertions per test are both necessary and beneficial.
John Rauser presents the architectural and technological evolution of Amazon retail websites starting with 1994 and ending with adopting Amazon Web Services.
Michael Stal discusses system architecture quality, how to avoid architectural erosion, how to deal with refactoring, and design principles for architecture evolution.
Every developer has had to integrate with another system, API or component. Tis article provides strategies to handle the change and for he separating system boundaries.
1 comment
Watch Thread Reply