Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Design

Is Virtualization Real?


Virtualizing the Application

But what's really getting a lot of attention right now is virtualization as applied to the application. Again, there are various approaches.

One approach is not new—the application virtual machine approach. The goal here is to let application binaries run on different computer operating systems and architectures. Applications are compiled to a standard portable binary format, and a VM installed on the target machine executes the binary. Highly familiar example implementations of this concept include p-code in the UCSD P-System and more recently, the Java Virtual Machine (JVM) and Microsoft's Common Language Runtime (CLR) for .NET.

But while the use of application virtual machines might be called "application virtualization," that term is now being commonly applied to an approach that is only now becoming practical, due to fast LANs. This is on-demand software delivery through application streaming.

Application streaming contrasts with server-based computing in that, in application streaming, the application runs on the desktop, not on the server. But it is not installed on the desktop; it streams, in an on-demand fashion, to the workstation.

For this to work, there needs to be software running on the workstation that implements a sealed-off virtual environment, a sandbox, in which the application executes. This is the virtualization.

Once you've started running the application—and chances are you'll only need 10-15 percent of the code to run—more software components can download in the background, and components you aren't using now can be cached locally and used again.

One benefit of this is that the application executes at native speed, since it is running locally. Another benefit is that, once the application has arrived at the target computer—or better make that "device," since it need not be a workstation—the device can run the application without being online. And the load on the server that streams the application is less, so more clients can run the application at once—or fewer back-end servers will be required to serve the same number of clients.

Among the companies active in the application streaming area are Softricity (www.softricity.com); Thinstall (whose name reflects the company's roots in the older thin-client paradigm, www.thinstall.com); Appstream (whose name is clearly more trendy, www.appstream.com); Ardence (www.ardence.com); and Trigence (www.trigence.com).


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.