![]() |
WinVNC vs Remote Desktop Hi Joel!
Sam Jost
An alternative for VNC is Remote Administrator (http://www.radmin.com). It works faster, much more reliable and it's quite cheap.
Frederik Slijkerman
But VNC (or other tools like it) are good when you need to work in the cosole session, not a new one. For example, my home jukebox PC which plays music and DivX movies cannot be controlled by Terminal Server, because I need tobe in the same session that is displayed in the TV screen.
Roman Eremin
Correction: If I don't care about sessions - of course it is much better to use Terminal Services.
Roman Eremin
You might take a look at TightVNC at http://sourceforge.net/projects/vnc-tight . It features reduced data transmission (partially through better compression). We've had good luck with it.
Mark Morga
that's what we use; it's marginally faster than VNC if you're willing to accept JPG artifacts, but still nowhere near as fast as terminal services.
Joel Spolsky
Why all the VNC bashing? It's meant to be portable, so they took the path of least resistance and just push pixels across the network. If they wanted performance similar to Terminal Services, they'd have to implement practically all of GDI *and* X11 and whatever other window systems they wanted to remote... If you are stuck on Windows use Terminal Services, otherwise VNC...
Dan
Another benefit of TightVNC (main site: http://www.tightvnc.com/ ): It transmits shift-arrow just fine (as well as mousewheel and other special input situations not handled by the "stock" VNC client and server).
dan sandler
Faster than TightVNC, at least on my servers, is to use SSH compression:
Nate
Oh, I should mention my crude method of testing VNC speed:
Nate
|