> I've noticed that when running with thinstation, I can max out the > switch and really push the server when many users are running java or > flash, and is for me a real show stopper. > I can't speak for Flash, but for Java Swing applications and especially Java apps that use the Java2D library, you can improve remote X performance with by adding this to the java command line:
-Dsun.java2d.pmoffscreen=false If you have the JDK, you can compare the differences by running java -jar $JAVA_HOME/demo/jfc/Java2D/Java2Demo.jar And then add the pmoffscreen option and run it, it is dramatically faster, although now it has some flicker. Normal java business apps will not be as dramatically affected, but should improve somewhat. -Todd ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
