Swing app x native rendering x Windows Terminal Server

Hi,

I have a Swing app running for many remote users with Windows Terminal Server.

I have also a Delphi (native code) app running at same Windows Terminal Server.

Delphi app is very fast to create the frames, and Swing app renderizes each frame clearly slower, mounting lines and lines like using a VNC Server.

Each one that used both VNC Server and Windows Terminal Server knows that VNC is very slower than WTS.

I would like to know if there is some optimization to JRE runs better renderizing the frames.

I understood that native apps send native API calls to WTS, that optimizes the rendering. And JRE sends frames pre-created like a image, and WTS doesn't get to optimize.

[721 byte] By [Edilmar_Alvesa] at [2007-11-27 6:36:49]
# 1
Try posting this question on the Swing forum: http://forum.java.sun.com/forum.jspa?forumID=57
gymma at 2007-7-12 18:04:55 > top of Java-index,Desktop,Runtime Environment...
# 2
I tried, but nobody sent a reply.I though other forum to save me would be here, because it's appear to be a problem with JDK/JRE processing of components, not using the native calls...
Edilmar_Alvesa at 2007-7-12 18:04:55 > top of Java-index,Desktop,Runtime Environment...