From: Peter <kaf...@xt...> - 2002-10-31 20:03:49
|
> Probably not. If your application is multithreaded you may find > it necessary to either adjust thread priorities or repartition > the work that is being done by the various threads. Also take a > look at the JCanyon demo and see whether any stuttering visible > in that demo is similar to the behavior in your application. Well, I finally got the demo downloaded (it took a while on my ancient 14.4kb modem!) It ran extremely poorly - but reading the web site, I see that my machine is under-specced (I have 128mb ram not the 192 recommended - it's also a PIII500 as opposed to the 2ghz test machine) The end result: the test is inconclusive. I suppose the next step is to profile my java code and find out where its spending its time and see if that's something I can fix. Does anyone know of any particularly good java profilers? Peter. |