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 Nicholas Nezis on Jul 20, 2009
Responding to requests from developers, the Android Native Developer Kit (NDK) supports (with release 1 of NDK 1.5) calling native code in the Dalvik virtual machine. CPU-intensive operations that don't allocate much memory may benefit from increased performance and the ability to reuse existing code. Some example applications are signal processing, intensive physics simulations, and some kinds of data processing.
The NDK is a suite of tools that enable developers to create native code executables and shared libraries.
The initial release is targeted towards Java application developers who wish to write native code shared libraries. The primary benefits would be in accessing native code APIs and accelerating portions of their application.
One of the first applications to use the NDK was a breakout style game made by the developer Aki. He modified his applications to switch from JBox2Dto Box2D. The performance of JBox2D under the Dalvik JVM seemed to suffer due to an increased amount of garbage collection. Using the native Box2D libraries, the application performed well with only a slight drop in frames per second as the application reached its limit of on-screen objects.
While the initial offering of Android NDK only supports a subset of the full Linux and Android APIs, there are plans to increase functionality. Examples include adding support for linking with OpenGL ES and audio libraries which should enable high-performance games.
Building HTML5 Apps in Hours, Not Days
Adopting Git for the Enterprise: Risks and Considerations
Branching & Merging Efficiently: A Guide to Using Process-Based Promotional Patterns
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.
1 comment
Watch Thread Reply