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 Ben Hughes on Aug 09, 2007
Steven Haines has written a paper on best practices for continous performance management (registration required) - the practice of including code profiling, integration performance testing and load testing as part of a continuous build environment.
The author makes some painful observations about the cost of poorly performing applications in the real world:
According to Forrester Research, nearly 85 percent of companies with revenue of more than $1 billion reported incidents of significant application performance problems. Survey respondents identified the architecture and deployment as the primary causes of these problems.
The Author goes on to say:
Infonetics Research found that medium-sized businesses (101 to 1,000 employees) are losing an average of 1 percent of their annual revenue, or $867,000, to downtime. Application outages and degradations are the biggest sources of downtime, costing these companies $213,000 annually.
Steven walks the reader through the concepts of Ant, test driven development and the creation of a continuous build environment using Cruisecontrol on the Java platform (although equivalents are prevalent for the .NET environment, and the principles are exactly the same).
The author walks through some example scenarios, and usages of JProbe to identify bottleneck and memory leaks in the example code, and the approach used to isolate and remedy them, with a focus using them in a continuous build environment.
The report goes on to discuss the inclusion of load tests in the continuous build environment, using JMeter as an example of measuring load, and using the artefacts generated by the tests to programmatically check response times against a service level agreement.
In summary, Steven demonstrates by example the importance of bringing performance testing right to the forefront of the development cycle, rather than an activity at the end, and in the context of the cost of not doing so, makes the point that not only should this be best practice, but standard practice.
Deliver quality code quicker with "Go" Agile release management
Continuous Delivery: Anatomy of a Deployment Pipeline
Improving Software Delivery Cycles: Pre-requisites and Inhibitors
Agile Maturity Model Applied to Building and Releasing Software
Branching & Merging Efficiently: A Guide to Using Process-Based Promotional Patterns
Go: Agile Release Management Solutions. Go enables predictable, defect-free and timely software releases.
The link: www.infoq.com/vendorcontent/show.action?vcr=150, is no longer working.
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