RE: VNCServer throttles user inpt for slow client

2002-05-20 Thread Kyprianou, Mark
>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

RE: VNCServer throttles user inpt for slow client

2002-05-17 Thread Kieran McKenna
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

RE: VNCServer throttles user inpt for slow client

2002-05-17 Thread Kyprianou, Mark
>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

Re: VNCServer throttles user inpt for slow client

2002-05-17 Thread Kyprianou, Mark
>Date: Thu, 16 May 2002 15:30:06 +0100 >From: Jonathan Morton <[EMAIL PROTECTED]> >Subject: Re: VNCServer throttles user inpt for slow client > > >> >>I've created my > >>>>own VNCclient with a delay timer in the main processing loop. The pro

Re: VNCServer throttles user inpt for slow client

2002-05-16 Thread Jonathan Morton
> >>I've created my >>>own VNCclient with a delay timer in the main processing loop. The problem >>>is that the VNCServer seems to spread out my mouse events over time even >>>though they have already occurred. > >>Are you *absolutely* sure that it's the server doing this, and not >>your client?

RE: VNCServer throttles user inpt for slow client

2002-05-16 Thread Kieran McKenna
ubject: RE: VNCServer throttles user inpt for slow client > -Original Message- > From: Kyprianou, Mark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 16, 2002 7:06 AM > To: '[EMAIL PROTECTED]' > Subject: Re: VNCServer throttles user inpt for slow client > No, I'

RE: VNCServer throttles user inpt for slow client

2002-05-16 Thread Fetzik, John
> -Original Message- > From: Kyprianou, Mark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 16, 2002 7:06 AM > To: '[EMAIL PROTECTED]' > Subject: Re: VNCServer throttles user inpt for slow client > No, I'm not positive that it's the server. Wha

Re: VNCServer throttles user inpt for slow client

2002-05-16 Thread Kyprianou, Mark
Date: Thu, 16 May 2002 02:57:57 +0100 From: Jonathan Morton <[EMAIL PROTECTED]> Subject: Re: VNCServer throttles user inpt for slow client >>I've created my >>own VNCclient with a delay timer in the main processing loop. The problem >>is that the VNCServer seems

Re: VNCServer throttles user inpt for slow client

2002-05-16 Thread Alex K. Angelopoulos
From: "Jonathan Morton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, 2002-05-15 20:57 Subject: Re: VNCServer throttles user inpt for slow client > >I've created my > >own VNCclient with a delay timer in the main processing loop. The problem >

Re: VNCServer throttles user inpt for slow client

2002-05-15 Thread Jonathan Morton
>I've created my >own VNCclient with a delay timer in the main processing loop. The problem >is that the VNCServer seems to spread out my mouse events over time even >though they have already occurred. Are you *absolutely* sure that it's the server doing this, and not your client? Typically, a

VNCServer throttles user inpt for slow client

2002-05-15 Thread Kyprianou, Mark
I've noticed some strange behavior for "slow" VNCclients. Does the server throttle user input to the client as a function of how fast the client is responding? I have a client that I want to limit the frame rate for. So I've created my own VNCclient with a delay timer in the main processing loo