Issue with java 8 parallel processing




Asked on June 11, 2014
Hi All,

As we know that Java 8 is supporting Parallel processing.
is there Issue with java 8 parallel processing.
I read some drawback  but not clear.
Can any one explain better way the  issues with java 8 parallel processing.

Thanks



Replied on June 11, 2014
I've been writing a critique of the Fork/Join framework for four years now. Since that is the parallel engine driving all parallel processing in Java8 and it is seriously flawed there are issues. (http://coopsoft.com/ar/Calamity2Article.html) There are also other articles pertaining to parallel processing: http://java.dzone.com/articles/whats-wrong-java-8-part-iii





Replied on June 11, 2014
Nice Article

Write Answer











©2024 concretepage.com | Privacy Policy | Contact Us