What could be the reason for the slower action work remotely through a browser. Compared with RDP difference is quite significant in odświerzaniu screen. The screen is very slow to refresh.
What is the bandwidth required for manual work remotely through a browser.
From what I see is the JVM uses about 60 mega ram and Processor is not likely to overwork.
I still question whether you ever think about using RDP after udp?
Thanks
speed work through the browser (html5/java)
Re: speed work through the browser (html5/java)
Hello,
Well, here all is working quite fast with the HTML5 client.
However, with the native RDP client everything is a bit smoothier/faster, but I like the HTML5 client very much!
But you can speed up screen painting by setting the var allowtheming in html5.html to value 0:
Best regards
Jeffrey
Well, here all is working quite fast with the HTML5 client.
However, with the native RDP client everything is a bit smoothier/faster, but I like the HTML5 client very much!
But you can speed up screen painting by setting the var allowtheming in html5.html to value 0:
Code: Select all
var allowtheming = 3; //0 = disable all
//1 = theming and wallpaper enabled
//2 = +FONT_SMOOTHING only up Vista
//3 = +DESKTOP_COMPOSITION only up Vista
Jeffrey