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 Srini Penchikala on Jul 14, 2008
In this interview Billy Newport, a distinguished engineer and architect at IBM, talks with Floyd Marinescu on topics of virtualization, eXtreme Transaction Processing (XTP) and WebSphere Virtual Enterprise (formerly XD). Billy defines the terms virtualization and hypervisor and goes on to discuss different types of virtualization in an application architecture stack like hardware, operating system, hypervisor, JVM, application and data virtualization.
Billy talked about application virtualization and how WebSphere XD supports features like flow control to dynamically routing the requests based on response times:
So application virtualization, virtualizes a set of hardware resources, but does not take the application knowledge into account. So it knows about may be all the requests flow through a particular kind of router like we have one with XD called On Demand Router and it collects metrics on how long particular requests are taking and then the customer can configure SLA's or Service Level Agreements that say the check out button once you check out, you should have a fast response times of no more than a half second and then what application virtualization lets us do is to measure the individual request going in and because we know which JVMs are hosting those requests, the first level of kind of a reaction we can do is simple flow control where we can start delaying sending servlet requests for less important URI's so we do 2 checkouts for every 1 browser or 3 checkouts so we can give checkout more CPU but then that's really good because obviously we can do that with very little impact and it is something we can do almost in a millisecond.
Speaking about data virtualization offered by products like ObjectGrid and Coherence and Terracotta and GigaSspaces, he said:
..it's broken up into 2 niches right now. There's the majority niche which I characterize as network attach caches which are groups of machines that are organized collectively as one logical cache so they can have as much data as fits in all the boxes in the cache and that everybody that looks at the cache sees one version of every record because it's only stored in one place and they have quality of services like fault tolerance to replication.
And about the second type of data virtualization which is XTP:
XTP is kind of a style of architecture that is becoming more apparent now, it tends to be intrusive whereas the network attached caching, we try to do it in an unobtrusive manner, so you don't have to change your applications ideally, you plug caching into existing and architected interception points and things like that. XTP is different because they were trying to design software that scales in an unlimited manner and that means that you can't just take an application and suddenly make it scale to a million transactions a second but it just doesn't work like that, so you have to have an application designed with a certain paradigm in mind and the XTP paradigm is like a partition data model.
Speaking about WebSphere ObjectGrid product Billy said that it fits into the network attach cache and XTP type scenarios and it's an embeddable platform which makes it easy to deploy in any application server infrastructure. He also said ObjectGrid has agents that can be used for application monitoring, health management and diagnostic information capturing requirements to measure things like java heap and memory utilization.
Here is the interview which is 51 minutes in length.
Srini Penchikala currently works as Security Architect and has 17 yrs of experience in software product management.
Introducing SQLFire: a memory-optimized, high performance SQL database
The WebSphere Liberty Profile for Developers: An Introduction
Troubleshoot Java/.NET performance while getting full visibility in production
Introduction to WebSphere Liberty Profile
Big Data, Cloud & Mobile: Navigate the New Development Reality with Resources from IBM
VMware vFabric SQLFire - Test drive the data management system with memory speed, horizontal scalability and a familiar SQL interface
The objectgrid product is now called IBM WebSphere eXtreme Scale and you can find the main link here.
memcache
Sorry
But you need to beat up Floyd for all spelling mistakes :)
Oops, the transcribers are not technical but we do review these before posting and somehow this got missed, fix will come shortly. :)
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.
4 comments
Watch Thread Reply