Hacker News new | past | comments | ask | show | jobs | submit login
Java Concurrency – Understanding the Executor Framework & Thread Pool Management (turkogluc.com)
6 points by turkogluc on Nov 3, 2020 | hide | past | favorite | 3 comments



First post of the series: Java Concurrency - Basics of Threads https://turkogluc.com/java-concurrency-basics-of-threads/


Doesn't the threads in fork join pool takes new tasks from other threads, rather than taking from the pool's queue?


it would be interesting to publish some benchmark test for different pools, especially for different kind of tasks such as blocking or cpu intensive




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: