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 Alex Blewitt on Apr 01, 2011
The Glasgow Haskell Compiler, also known as GHC, is moving to GitHub after contemplating other version control systems. The choice of version control system was chosen after an analysis of other version control systems:
It came down to two things: the degree of support available, and flexibility of the tools (git is much happier to let you modify the history than Mercurial). Speed ruled out bzr, and Windows support is less of an issue: git appears to work reasonably well on Windows these days.
This is notable as GHC used to use Darcs, a distributed version control system written in Haskell. A comparison of the files in Git and Haskell showed the distribution was centred towards C files for Git and Haskell files for Darcs.
The two leading distributed version control systems are Git and Mercurial, with Darcs, Bzr and others much less widely used. Typically the systems are used by their language implementers; Darcs, by Haskell developers, Mercurial by Python developers and Git for C developers.
What this means for Darcs as a version control system remains to be seen. Entries on Planet Darcs are still being updated, but there are less users now. Performance appears to be one of the significant reasons; but popularity also played a part, with the GitHub clone now hosting 4 forks and 72 watchers.
The Haskell Darcs repositories were locked for migration yesterday, with the migration to Git happening subsequently.
Requirements, quality and test management e-Kit
The WebSphere Liberty Profile for Developers: An Introduction
In today’s hyper-competitive world, later may be too late to adopt Agile development and this Roadmap for Success will help you get started. Download "Agile Development: A Manager's Roadmap for Success" now!
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