Re: OS X to OS X remote control



On Sun, 17 Jun 2007 14:43:32 +0100, me18@xxxxxxxxxxx (zoara) wrote:

I believe the reason Microsoft's remote desktop is so much faster than
VNC is because it sends commands ("draw a window just here, move this
window over there") whereas VNC literally sends a picture of your
desktop (or just the changed bits). Apple Remote Desktop and Timbuktu
may do the same.

Be warned that the whole of that last paragraph was conjecture and
educated guesses, though.

S'right, though. RDP hooks in at the Windows GDI level, where the draw
commands are, and caches bitmaps etc in much the same way as a local
framebuffer. VNC is a very much after-the-fact solution, pushing
chunks of screen around the network.

Not that I have any trouble with it. Even dock-bouncing anims work
fine for me, from the Mini to my MB, all on wifi and without me
setting the colours down.

Cheers - Jaimie
.



Relevant Pages

  • Re: Dont mind if I grouse on some basic topics?? (very long)
    ... An 'event' is the commonality between changes to input devices, and changes to windows NOT arising from the window itself. ... Under a normal piece of C code the compiler runs though the code in a linear fashion, jumping to functions as the code demands but it always completes commands within a set sequence. ... I would like to simply open a window and have the computer draw points, shapes, lines, colors on the screen. ... Be aware, though, that programs that draw often *do* have a callback for expose events and *do* some form of buffering. ...
    (comp.windows.x)
  • Re: But Microsoft cant help. At least Microsoft India cant.
    ... If you don't usually log an as an administrator, you might need to do so to run remove.bat, otherwise it may not have permission to delete the files. ... quotes) and press Enter. ... After you paste the above commands, please close the Notepad window. ...
    (microsoft.public.windowsupdate)
  • GDI+ drawing speed within MFC dialog (help)
    ... I need to draw a raw data plot into a framed area of a bigger MFC ... dialog window. ... performance of the system and found a useful set of benchmark programs at http://www.codeproject.com/vcpp/gdiplus/gdiplusspeed.asp From these I concluded that the initial draw speed via a cached bitmap was sufficient for my data update rate, and the exposure redraw rate was also excellent. ... I created a simple static frame as the container for the GDI+ plot and timed the code. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Aaarrrggghhh -- that ugly flicker!
    ... meant was it is often better just to draw straight to the window. ... This method is a little slow, because the offscreen memory-DC is created ... Double-buffering will also be twice as slow as it needs to be. ...
    (microsoft.public.vb.general.discussion)
  • Re: Aaarrrggghhh -- that ugly flicker!
    ... meant was it is often better just to draw straight to the window. ... This method is a little slow, because the offscreen memory-DC is created ... Double-buffering will also be twice as slow as it needs to be. ...
    (microsoft.public.vb.winapi)