Hi VNC Experts,

I was wondering why the vnc java applet seems to work pretty slow
in case there are many raw hextiles transfered over the wire. 
But even in case of rectangels its not really fast...

So I looked in the code and found certain patterns, like

              sg.setColor(colors[pixel]);
              sg.fillRect(x, y, w, h);
              pig.setColor(colors[pixel]);
              pig.fillRect(x, y, w, h);

means everything is painted on the screen and in a back buffer. 
I think, at least with a up-to-date JVM like Sun's version 1.4. such 
things could be accelerated and help the java version of the vnc 
viewer to perform better. 

However, I'm in doubt whether I'm missing something. Maybe it 
has to be like it is!

So my questions are: Is there any known accelerated version of the 
java vnc and does it make sense to try to accelerate it???
Would appriciate your opinion!

Thomas.
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to