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 Jul 08, 2011
WebCL brings parallelism support to the browser, enabling JavaScript developers to write data intensive web applications. Nokia has a prototype for Firefox while Samsung has one for WebKit browsers.
WebCL is a JavaScript binding to OpenCL (Open Computing Language) enabling developers to write computational-heavy parallel programs for the browser and executed on heterogeneous environments consisting of OpenCL-enabled GPUs and CPUs. OpenCL was initially developed by Apple but later taken under the Khronos umbrella, a non-profit group managing several standards including OpenGL and WebGL. OpenCL is supported by both AMD/ATI via FireStream and NVIDIA, having some similarities with NVIDIA’s CUDA and Microsoft’s DirectCompute. While OpenCL makes good use of parallel computation support in latest graphics cards, it can run on OpenCL-enabled CPUs such as AMD ones with APP (Accelerated Parallel Processing) support installed.
There are two implementations of WebCL, as far as we know. One is Nokia’s research implementation for Firefox 4 on 32-bit Windows and Linux machines, and the other is Samsung’s prototype implementation for WebKit browsers running on Mac OS X and NVIDIA GPUs. Nokia provides an XPI add-on for Firefox, and the source code is made available under GNU Lesser General Public License version 2.1, according to the documentation. A Nokia demo shows how WebCL is used to convert color to gray, while a video shows how to paint with the browser.
Samsung Research has published two videos showing the gravitational interaction between N bodies and simulating a deformation of a body, comparing the results running the code in pure JavaScript versus JavaScript on WebCL. WebCL offers a 100x performance increase, according to the researchers. The source code is available on under the New BSD License.
While there are recent technologies enabling parallel computing on GPUs, such as Microsoft’s announced C++ AMP which promises massive parallelism across millions of cores, WebCL has the advantage of bringing parallelism to the browsers, allowing developers to write complex and/or data intensive web applications.
Architectures You've Always Wondered About @QCon New York
Introduction to WebSphere Liberty Profile
Requirements, quality and test management e-Kit
Agile Practices to Improve Project Management Organization (PMO) Effectiveness
The WebSphere Liberty Profile for Developers: An Introduction
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.
No comments
Watch Thread Reply