Java ExecutorService - Part 2 - Type of Pools

preview_player
Показать описание
Learn how to parallelize your tasks and operations easily in Java without cooking up your own Threads.

Channel
----------------------------------
Complex concepts explained in short & simple manner. Topics include Java Concurrency, Spring Boot, Microservices, Distributed Systems etc. Feel free to ask any doubts in the comments. Also happy to take requests for new videos.

New video added every weekend.

Popular Videos
----------------------------------
Рекомендации по теме
Комментарии
Автор

Whats amazing is that you make even complex concept interesting and easy to understand :)

abhijitrajan
Автор

the videos are amazing, the most interesting aspect is you connect cpu cores caches and the threads, hardware to software, great sir, please continue this you are really a guru thanks👍

somasundaramvalliappan
Автор

Best concurrency/multithreaded insights playlist ever found!!

msteja
Автор

Great explanation.. simple and easy to grab and a quick bite to get a very holistic view about the executors framework. I have watched this and some other videos of this series and are really good. Just to add another difference b/w a "fixed-size thread pool" and a "single-threaded thread pool" is that in case of a "fixed-size thread pool", you can still update/re-configure the pool size set in the constructor later on using the setMaximumPoolSize() method of the ThreadPoolExecutor class.

chinmayasdora
Автор

Honestly you are exceptionally awesome, such an easy explanation style. Hats off

sumitbabel
Автор

Explanation is very clear. I have understood the Java threads.

sathyendrana
Автор

Excellent. You are touching the complicated areas to understand, but explaining in simple manner. Appreciate.

mustafakamalsirajudeen
Автор

This is what I call as an Excellent Explanation .. HatsOff !!! 🤟

shekhar_
Автор

Nice Explanation of critical functionalities in simple way. Thank you !

vivekdarji
Автор

Excellent explanation Deepak - request you to continue creating more and more videos covering all the major aspects like Collections - DS etc, Great work keep it up :) And thanks a ton !!

proplayeriguess
Автор

Complicated theory but you explained it very nicely and now it seems easy to implement.Thanks a ton

aditydud
Автор

Explanation is very good Sir. Is that a crow in background !!! :)

adityanehra
Автор

I really liked the status bar at the bottom of your video.

mayurdhande
Автор

Explanation was very good. I have one opinion, I might be wrong here but I don't think SingleThreadedExecutor executes task in sequential manner. It might pick up the tasks in order but it doesn't mean that it will pick it up after completing the first one. Because, in case first thread is doing some IO operation, the CPU and the thread will start processing the next task.

aftabshaikh
Автор

Thank you for the video. It solved all my doubts.

navendugupta
Автор

Great vid ! Clean, clear & crisp :)

SBala-xklr
Автор

brilliant dude...keep the good work going

rajdipbhattacharya
Автор

This is brilliant. Thank you for this!

johnjordandionisio
Автор

Amazing explanation! I love ur videos.

hueynguyen
Автор

Thank you for making this series of videos

johncerpa