Resources on the upcoming fork-join framework
Asked Answered
A

4

7

I'm looking for well organized information sources about how the upcoming jsr166y (fork-join, fences) and extras166y (ParallelArray, etc.) can be used - something from tutorial to expert level.

Algophobia answered 18/7, 2009 at 17:49 Comment(0)
C
5

The IBM Developerworks website has a good series on this, but the most informative source I've found is this presentation by Brian Goetz, which is well worth an hour of your time. He spends the first 25 mins talking about the background, but then presents some great examples of the new framework.

Caterer answered 18/7, 2009 at 17:54 Comment(1)
Thanks, I'll have a look at the presentation as I don't remember seeing it. I guess I expected something like Java Fork-Join Concurrency in Practice book - maybe Brian is working on it? You know, I saw so many things about FJ (I even read Doug's article) but I felt the unorganizedness. I also think the Java community should start developing based on FJ.Algophobia
Y
2

Doug Lea homepage, check also the wiki

Yemen answered 18/7, 2009 at 17:54 Comment(2)
I wouldn't consider Doug's page and the concurrency-interrest list as a well organized tutorial as I am already monitoring/subscribed to them.Algophobia
what about the wiki I linked?Yemen
B
1

Brian Goetz gave an excellent talk at Devoxx 08 called from Concurrent to Parallel on the fork join framework and the Parallel Array abstraction on top of it. You can view the video of the talk and the slides at Parleys

Boice answered 6/8, 2009 at 17:5 Comment(1)
Updated linkie: infoq.com/presentations/brian-goetz-concurrent-parallelDomination
D
0

Here is presentation with best practices when using fork-join framework for computations:

http://people.apache.org/~shade/talks/jeeconf-May2012-forkjoin.pdf

Dannielledannon answered 24/5, 2012 at 17:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.