The Java Executor Framework: Overview of Java Thread Pools

preview_player
Показать описание
This video gives an overview of the key thread pools available in the Java executor framework, including the fixed-size thread pool, the cached thread pool, and the fork-join (work-stealing) pool.
Рекомендации по теме
Комментарии
Автор

One of the greatest professors on earth, you are handing out gold essentially ... 👌

ahmedabidi
Автор

0:23 Fixed-size thread pool
2:28 what should the size of a fixed size thread pool be
2:41 answer: depends on what kind of task are you planning to run
2:45 compute-bound task without blocking on IO or synchronizer etc.
4:02 IO-bound task
6:23 goal: *keep the cores fully utilized*

ruixue
Автор

this should have like 482k, not 482. wtf world? #awesomeSeries

kutilkol