Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

A brief overview of the Fork/Join Framework in Java

Introduction The Fork/Join Framework is a framework to solve a problem using a concurrent divide-and-conquer approach. They were introduced to complement the existing concurrency API. Before their introduction, the existing ExecutorService implementations were the popular choice to run asynchronous tasks, but they work best when the tasks are homogenous and independent. Running dependent tasks and ...



This post first appeared on Java Code Geeks, please read the originial post: here

Share the post

A brief overview of the Fork/Join Framework in Java

×

Subscribe to Java Code Geeks

Get updates delivered right to your inbox!

Thank you for your subscription

×