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 Apr 02, 2009
After a couple of betas, IE8 was finally released last month including version 5.8 of its JScript engine. The main enhancements of the scripting engine are: JSON support, performance optimizations, ECMA 3 compatibility, a profiler plus a debugger.
Native JSON support. The IE team boasts as having the first browser which implements JSON natively. This significantly improves the serialization/deserialization process and is considered more secure having better protection against code injection and bad data.
Performance optimization. One of the main problems developers complained about was string concatenation which has been addressed and is several times faster compared to previous JScript versions. Array operations have been also optimized for speed. The engine is now 2.5 times faster according to Greg Badros, Senior Director of Engineering, Google:
Some of the tests we have done show pure JScript performance improvements up to 2.5 times. Key gains are in strings. We also measured the performance gains on common Gmail operations, like loading the inbox (24%), opening a conversation (35%) and opening a thread (25%) compared to IE7.
Compatibility with ECMA 3. One of the main problems was full compatibility with ECMAScript 3 (PDF). The compatibility issues found have been gathered in a public document (PDF) and they are supposedly fixed as the IE team promised.
The circular memory leak. While this problem started to be addressed in 2007, it was fixed starting with IE8 Beta 1 in the COM infrastructure, according to Shreesh Dubey, Product Unit Manager, JScript:
We took a hard look at this problem and realized that this has to be fixed at the COM infrastructure. We implemented a design that bridges the gap between COM ref-counting and automatic garbage collection models. We extended the IDispatchEx interface to enable COM clients to simultaneously live in both the ref-counted and garbage collected worlds.
Profiler and Debugger. IE Developer Tools now have an integrated JScript profiler and also a debugger.
Building HTML5 Apps in Hours, Not Days
Taming HTML5 and JS: High Performance Mobile, WebKit, FireFox Dev Tools @QCon New York
Tools to unit test your JavaScript
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