Increasing UI performance with multiple threads

Richard Bair richard.bair at oracle.com
Mon Nov 26 17:21:26 PST 2012


Ah, just read the post (ya, I forwarded before I read ;-)) and this is great stuff. I didn't know about the Runnable.availableProcessors method call, that is going to prove useful when I go for a fork/join solution to rasterizing on multiple threads :-).

Richard

On Nov 25, 2012, at 3:44 PM, Randahl Fink Isaksen <randahl at rockit.dk> wrote:

> I just wrote a how-to article on using multiple threads in JavaFX applications, but since this is rather complex, I cannot help feeling this ought to go into the JavaFX docs somewhere. Would the JavaFX team be interested in publishing some of this for everyones benefit?
> http://blog.randahl.dk/2012/11/javafx-leveraging-multi-core-performance.html
> 
> Randahl



More information about the openjfx-dev mailing list