So what your saying is that you are not trying to control the server from the delayed viewer, only watch what the normal viewer is doing.
If that is the case then it could be that when you come out of your delay, you are processing the incremental updates from the server as apposed to a full screen refresh. Now sense you said that your asking for updates... Maybe the server is sending you all of the incremental updates and since the viewer is using a buffered connection they are all just sitting in the pipe when you ask for your full. So you might want to flush the pipe before you ask for your update. or something like that 2c -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kyprianou, Mark Sent: Friday, May 17, 2002 9:40 AM To: '[EMAIL PROTECTED]' Subject: RE: VNCServer throttles user inpt for slow client >Date: Thu, 16 May 2002 09:48:16 -0400 >From: Kieran McKenna <[EMAIL PROTECTED]> >Subject: RE: VNCServer throttles user inpt for slow client > >Well in all probability your delay is also delaying the transmission of the >mouse movements to the server. > >2c I do not think so. My delay viewer is not sending any mouse events. It is just a viewer connected to the server. In my example, I'm running two viewers, one is a "classic' vncviewer, the other is my custom viewer with a delay. When I move the mouse on the "classic" viewer, it displays the mouse movements as expected with reasonable updates. The viewer with the delay is connected to the same server, but shows the mouse movements spread out over time, lasting many times longer than the "real" movement. Now I can understand that since I have a delay, I should see a slower response the first time, but the second time I ask the server for updates, I should get the last position of the mouse (i.e. the mouse should leap across the screen). But what I see it that I get the mouse events dribbled to my delay viewer and I do not get them all at once as I would expect. mark --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html --------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------