| Linode Forum https://forum.linode.com/ |
|
| SSH X11 forwarding has delay https://forum.linode.com/viewtopic.php?f=19&t=4807 |
Page 2 of 2 |
| Author: | AtomicDog [ Mon Nov 16, 2009 3:58 am ] |
| Post subject: | |
Guspaz wrote: nx still forwards NX, but it does compression and caching to eliminate most of the X round-trips:
http://en.wikipedia.org/wiki/NX_technology It's generally a lot faster than VNC while providing similar functionality to X. You can forward just a single app (or all apps). For example, when my friend comes over to my house to do some coding, he fires up NX and connects to his box back home. Up on his Windows desktop pops up KDevelop, kate, konsole, etc. They each show up as separate windows, as if they were local apps. Thanks. NX looks interesting...I didn't realize it forwarded X so it should work with all X applications. Looks like you need a software component on both sides, though. If I want to run more robust X applications remotely in the future I will probably look into using this. |
|
| Author: | Guspaz [ Mon Nov 16, 2009 1:20 pm ] |
| Post subject: | |
AtomicDog wrote: Thanks. NX looks interesting...I didn't realize it forwarded X so it should work with all X applications. Looks like you need a software component on both sides, though. If I want to run more robust X applications remotely in the future I will probably look into using this.
Pretty much any remote desktop solution (X, NX, VNC, etc) will work with all X applications... In NX's case, it sort of acts as an X accelerator. Part of the speedup is from compression, but most of the speedup is from eliminating round-trips and doing things asynchronously. It should be noted, though, that all solutions will require software on both sides... Plain X forwarding will require X and an SSH daemon on the remote side, and an X server and SSH client on the client side. |
|
| Author: | smitty825 [ Thu Dec 03, 2009 1:51 am ] |
| Post subject: | |
I'm not a windows user, so I'm not sure, but does putty support the "-c" flag for ssh? It forces the data to be compressed between the client and the server. Looking at your ltrace values, and your tcpdumps, it appears that it wouldn't help, but it also wouldn't hurt to try if it is available... |
|
| Page 2 of 2 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|