Hi,
 
Notice that, opening notepad and maximizing it to full screen then typing
will cause a full window update for each char.
The effect will be that the typing will be very slow and annoying for the
guy sitting on the host side.
 
Two ways to solve that:
1.      Dont send an update every char, wait x secs before sending char
update and in the mean time you will catch other key stokes, the result on
decent computers PIII 500+ is pretty decent, but on PII200 and less the
result is typing  typing - typing - wait - typing  - typing - typing -
wait
2.      The 2nd part of the solution is to slow down the compare and
compress algorithms,  it order to-do that properly you need to benchmark the
algorithms on the host machine in runtime,  and put sleep(0) every x
iterations.
 
 
- Shay.
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to