InfoQ

News

Azul Systems: Next generation Java-based 768 core server released

Posted by Ryan Slobojan on Jul 12, 2007 09:20 AM

Community
Java
Topics
Legal Matters ,
Performance & Scalability
Tags
Azul
Azul Systems, which first entered the market in 2005, has announced the release of their third-generation Java-based computing appliance. In order to learn more about Azul Systems and how they utilize Java technology in their products, InfoQ spoke with Gaetan Castelein of Azul.

Infoq first asked Castelein to describe how Azul's appliances work:

The capacity of the compute appliances is accessed using a new deployment model called network attached processing. An existing application is hosted on a traditional server, which can be Sun / Solaris, x86 / Linux, PA-RISC / HP-UX, or POWER / AIX. The conventional JVM on that system is replaced with the Azul JVM, a fully compliant JVM implementation. The Azul JVM is implemented in software and loaded on the conventional server. Upon application launch, the bytecode - including the VM bytecode and the application's Java bytecode - are ported over a standard Gigabit Ethernet network to execute on the compute appliance. The application's configuration, I/O, and files remain hosted on the conventional server. But the Java application and VM reside in the compute appliance's memory and are executed on the compute appliance.

The main benefits of this approach are the following:
  • No changes required to the application. The application still behaves as though it was hosted on the conventional server, and it accesses the capacity of the compute appliance transparently. The only change required is to launch the application on the Azul JVM as opposed to the conventional JVM
  • The application has access to a lot more capacity. Typically each JVM is able to achieve 10X or greater scalability once executing on the compute appliance
  • The compute appliances are able to run multiple applications simultaneously. In that sense they constitute a large pool of virtual compute capacity. Each application remains isolated on its own dedicated server and OS instance but accesses shared capacity of the compute appliances over the network

 

InfoQ also asked about support for multiple versions of Java, and Castelein replied that the new appliances supported different versions of Java, and also different applications running on the appliance at the same time. InfoQ also inquired about Java-based libraries and APIs such as J2EE, and Castelein said that because all of the bytecode was transported over the network to the Azul appliances, nothing was needed to support these APIs and they functioned transparently.

However, technology-related releases are not the only thing Azul has been in the news for lately, however - they took Sun to court in March 2006, claiming that Sun had been threatening to sue them over infringement of Sun patents. Sun responded with a counter-suit claiming that Azul had infringed upon several Sun patents, and the two companies settled out of court last month after agreeing to undisclosed terms.

No comments

Reply

Exclusive Content

Book Except and Interview : Aptana RadRails, An IDE for Rails Development

Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications.

Fast Bytecodes for Funny Languages

Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.

Scott Ambler On Agile’s Present and Future

Scott Ambler, Practice Lead for Agile Development at IBM, speaks on the current status of the Agile community and practices having a look at the perspective of the Agile’s future.

Manager's Introduction to Test-Driven Development

Dave Nicolette and Karl Scotland try to introduce non-technical managers to one of the most popular Agile development techniques: Test-Driven Development (TDD).

Structured Event Streaming with Smooks

Smooks is best known for its transformation capabilities, but in this article Tom Fennelly describes how you can also use it for structured event streaming.

How to Work With Business Leaders to Manage Architectural Change

Successful architectures evolve over time to meet changing business requirements. Luke Hohmann presents how to collaborate with key members of your business to manage architectural changes.

Colors and the UI

In this article, Dr. Tobias Komischke explains how colors used in a GUI can influence our interaction with a computer and offers advice on using the appropriate colors for the interface.

Building your next service with the Atom Publishing Protocol

In his presentation, recorded at QCon San Francisco, MuleSource architect Dan Diephouse explores ways to use the Atom Publishing Protocol (AtomPub) when building services in a RESTful way.