Remote Application Deployment with NX
August 20th, 2008 by Elliot Isaacson
The X Window System is a magnificent platform for many uses, but using it to run an application over a slow network is nearly impossible. This is an introduction to NX, a technology that makes remote applications fly even over commodity internet.
Video by Elliot Isaacson.
__________________________
Special Magazine Offer -- Free Gift with Subscription
Receive a free digital copy of Linux Journal's System Administration Special Edition as well as instant online access to current and past issues. CLICK HERE for offer
Linux Journal: delivering readers the advice and inspiration they need to get the most out of their Linux systems since 1994.
Subscribe now!
The Latest
Newsletter
Tech Tip Videos
- Nov-04-09
- Oct-29-09
- Oct-26-09
Recently Popular
From the Magazine
December 2009, #188
If last month's Infrastrucuture issue was too "big" for you then try on this month's Embedded issue. Find out how to use Player for programming mobile robots, build a humidity controller for your root cellar, find out how to reduce the boot time of your embedded system, and if you're new to embedded systems find out the basics that go into one. You can also read about the Beagle Board, the Mesh Potato and a spate of other interestingly named items. And along with our regular columns don't miss our new monthly column: Economy Size Geek.
Delicious
Digg
StumbleUpon
Reddit
Facebook








Diagrams incorrect
On November 24th, 2008 Joshua Rodman (not verified) says:
Your original diagram shows an x "client" connecting to an X server on one
machine, which talks to an X server on another system, which then
communicates with the input (keyboards mice) and output (display).
This is not how X works.
The x "client" talks to an x "server" running on the location where the
keyboard and mouse are located. There is only one "x server" in a
traditional arrangemnt A program which wishes to open a graphical interface
links against the X libraries, but does not communicate with any other
processes on its local machine in order to reache the display.
Post new comment