Closed AdalbertMemSQL closed 4 months ago
what's the motivation for using ForkJoinPool instead of FixedThreadPool?
ForkJoinPool is designed to be used for CPU-intensive workloads. A customer suggested using it to improve situations when we run too many reading threads inside of one task.