- Application streaming
Computer application streaming is a form of on-demand
software distribution .The basic concept of application streaming has its foundation in the way modern computer
programming languages and operating systems produce and run application code. Only specific parts of a computer program need to be available at any instance for the end user to perform a particular function. This means that a program need not be fully installed on a client computer, but parts of it can be delivered over a low bandwidth network as and when they are required.Application streaming is usually combined with
application virtualization , so that applications are not installed in the traditional sense.tream server
An application is "Packaged" and stored on a streaming server. Packaging or sequencing produces an image of the application in a way that either orders delivery and/or predictively optimizes delivery to the client.
Launch & Streaming of Application
The initial launch of an application would be important for the end user and the Packaging process might be optimized to achieve this. Once launched, common functions would be followed. As these functions are requested by the end user, these may be Streamed in a similar manner. In this case the client is pulling the application from the stream server. Otherwise, the full application might be delivered from the server to the client in background. In this case, the server pushes the application to the client.
Advantages
*Given the complexity of modern applications, many functions are never or seldomly used and pulling the application on demand, is more efficient in terms of server, client and network usage.
* Simplifiedoperating system migrations.cite web|url=http://www.dabcc.com/documents/DesktopVirtualization_11_26_07.pdf|title=Desktop Virtualization Comes of Age|date=2007-11-26|publisher=Credit Suisse |accessdate=2008-03-03]
* Accelerated application deployment.
* Centralised application management, with local execution [cite news|url=http://www.computerworld.com/softwaretopics/software/apps/story/0,10801,106354,00.html|title=Streaming the Desktop|date=2005-11-21|author=Robert L. Mitchell|accessdate=2008-03-04|publisher= [http://www.computerworld.com computerworld.com] ]
* Ability to continue to use applications when off-line (in contrast to pure web-applications)
* Delivers fully featured desktop applications (in contrast to browser-driven web-applications)
* Software licence optimisation by controlling simultaneous users of softwareImplementation
* [http://www.microsoft.com/systemcenter/softgrid/default.mspx Microsoft Application Virtualization]
* [http://www.appstream.com/ Symantec AppStream]
* [http://www.citrix.com/English/ps2/products/product.asp?contentID=186 Citrix XenApp]
* [http://www.vmware.com/whatsnew/thinstall.html VMware Application Virtualization]
* [http://www.endeavors.com/ Endeavors Technologies Application Jukebox]
* [http://boxedapp.com/ BoxedApp SDK]
* [http://www.wyse.com/products/software/wsm/index.asp Wyse Streaming Manager]ee also
*
Application virtualization
*Software as a service
*Communication as a service External links
* [http://www.mnlab.cs.depaul.edu/mnlab/project/tdc573-w02/livestream/streaming.html Synchronized Multimedia Streaming]
References
Wikimedia Foundation. 2010.