Loading
Home ›
Remote Application Deployment with NX
Aug 20, 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.
Trending Topics
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
| Using Plop Boot Manager for USB Boot | Jan 25, 2012 |
- The Linux powered LAN Gaming House
- Readers' Choice Awards 2011
- Validate an E-Mail Address with PHP, the Right Way
- Creating a vDSO: the Colonel's Other Chicken
- Boot with GRUB
- Building a Two-Node Linux Cluster with Heartbeat
- Python for Android
- Why Python?
- Your CMS Is Not Your Web Site
- Writing a Simple USB Driver
- Lubuntu on a USB key
7 hours 12 min ago - Because XFCE is neither fish
22 hours 27 min ago - Because XFCE is neither fish
22 hours 28 min ago - KDE Bloat
1 day 5 hours ago - My C-64 Memories
1 day 5 hours ago - Spam
1 day 7 hours ago - Ooops....
1 day 11 hours ago - ----- http://ai.vc/zd
1 day 21 hours ago - ----- http://ai.vc/zd
1 day 21 hours ago - ----- http://ai.vc/zd
1 day 21 hours ago





Comments
Diagrams incorrect
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.