Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1365

About ForkJoinPool

$
0
0

ForkJoinPool makes task more efficient by spliting task to more subtasks , similar to map-reduce. But if the logic of the task itself cannot be split into several subtasks, what is the point of using ForkJoinPool? In reality, the logic of many actors’ receive methods cannot be split. Why can ForkJoinPool still improve efficiency?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 1365

Trending Articles