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 Jonathan Allen on Jul 27, 2011
Microsoft’s Developer Division has released a release candidate of Python Tools for Visual Studio. In addition to supporting refactoring in CPython and IronPython, this release offers support for MPI (Message Passing Interface) and Microsoft HPC (High Performance Computing). Visual Studio Ultimate owners also get a profiler for CPython.
According to the HPC & Cloud Features walkthrough posted on the project site, there are two ways scale your computations using Python.
- Batch mode: Via MPI, using the MPI4PY wrappers on a cluster
- Interactive mode: Via the integrated IPython Shell on a cluster (or by using IPython by itself)
While the MPI standard was primarily designed for use with clusters and supercomputers, there are other ways to leverage it. For testing purposes an multi-core development machine can be sufficient for reasonably small workloads. Another option is to “Cluster of Workstations” where in PCs use idle cycles for processing data. (The most famous example of this idea is the SETI@home project.)
IPython is a “comprehensive environment for interactive and exploratory computing” with a heavy emphasis on parallel programming. IPython runs on top of any Python 2.6 interpreter including IronPython and PyPy.
Python Tools for Visual Studio also supports many of the standard features one would expect. Built-in project templates are available for
For a dynamic language the Intellisense support is quite robust. “The type inference is control flow independent and works across function, class, and module boundaries and is updated in real time while you’re developing your application.” There is also support for the navigation bar, “go to definition”, and “find all references” features. The refactoring support we mentioned in the headline is new in this release. Currently is supports renaming and method extraction. The Object Browser is also supported, with the method signatures displayed using Python syntax.
The debugger works with CPython, IronPython, and Python MPI and has the normal support for breakpoints and variable exploration.
Adopting Git for the Enterprise: Risks and Considerations
Visual Studio vNext: ALM features for Agile Planning, Team Collaboration
Troubleshoot Java/.NET performance while getting full visibility in production
RDBMS to NoSQL: Managing the Transition
The WebSphere Liberty Profile for Developers: An Introduction
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