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 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 not think so. My delay viewer is

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 problem is that the VNCServer seems to spread out my

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 to spread out my mouse events ov

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

Making a VNCServer respond when it does not have any changes

2002-05-15 Thread Kyprianou, Mark
I have a need to make the VNCServer respond to a SendIncrementalFramebufferUpdateRequest even if it doesn't have any changes to send. I'd like it to respond with "there are no changes". Currently it waits till something on the server changes, then sends the changes to the client. Can this be do

Running/Killing a child process from VNCSERVER

2001-12-12 Thread Kyprianou, Mark
I am looking for a method to run a (non-Xwindows based) process as a child process to a VNCserver session such that when the VNCserver is "killed" the child process is killed along with the VNCserver session. If an Xwindows based app is started from XSTARTUP (which gets spawned from VNCstartup),

Does anyone have a C++ class version of the VNC Viewer?

2001-11-15 Thread Kyprianou, Mark
I'm looking for a C++ implemetnation of the VNC Viewer application? Has anyone doen any work with VNC in terms of C++ classes? thanx, mark - To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the mes