Java ExecutorService - Part 1 - Introduction

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
----------------------------------
Рекомендации по теме
Комментарии
Автор

Thank you, you have a skill for explaining complex concepts in a clear concise manner. I would love to see full fledged courses created by you.

ramcorp
Автор

This executor service series is one of the best ever educational YouTube series ever. Thanks a ton. Your explanation is awesome.

fazilkhan
Автор

A very intelligent statement.
If your tasks are I/O intensive e.g. DB calls, Network calls. Most of the threads would be in waiting state (waiting for DB response or Network call response) in such a scenario having a large thread pool is the right way to go. That way you would be able to start more tasks.

Thanks

AyushSharma-uxfk
Автор

Really explained well. This is the best I have found till now. Thank you. Keep up the good work :)

amritasahoo
Автор

The best combination of content and explanation. I wish Deepak had videos and courses on everything I need as a Java/Spring developer

rishinjiya
Автор

Cleared all my doubts. Thanks for this amazing video. Keep doing the great work.

gobindarora
Автор

Most concise and clear executor service description I’ve seen. Thank you!

pepperjack
Автор

Guys please share his videos in other groups. we have to support this kind of content and it will be very useful to people who are looking for good content

yathiraju
Автор

Done thanks
Thread pool instead of creating a 1000 threads which is expensive, can make a fixed size pool and submit 1000 tasks to it.
3:40 how it works internally
5:30 ideal pool size for cpu task is number of cores
9:30 thread pool size for io intensive tasks

mostinho
Автор

There are so many videos for multithreading available in YouTube but I found you best because of your diagram presentation which is unique.
You explained very well. You are awesome and continue with this key feature.

ankitnavalakha
Автор

Thanks for explaining in both code and internal visualization of threads. Great explanation. You have explained complicated topic in very simple way.. Thanks a lot

harikavolam
Автор

Clear and concise. As simple as it can get. Keep up the good work!

mehulsolanki
Автор

Hi Deepak, I just watched all your 4 videos related to ExecutorService, you have shown how things can be explained in a super simple way yet powerful. Great job!! thanks.

siteshkulkarni
Автор

THANK YOU !!! A LOT OF THANKS. There is no better explanation than yours. You are the best. Keep going

odilhonislomov
Автор

Very well structured and explained perfectly. I would love to see the tutorial during my free time

RohitPal-lzwf
Автор

I have read so many places, everything is of no use, you are brilliant.

sharatchandra
Автор

Holy Moli buddy!!! This was spot on! The BEST on the internet, cleared all my doubts right from basics to advance.. Super Thanks, I really appreciate great people like you that helps the community.

contactdi
Автор

Very well explained. Thanks for this. :)

muruganvellaichamy
Автор

Best video... Finally someone explained thread pool size derivation

edeepakjain
Автор

This the best explanation on executor service I have found so far . Thank you so much. Expecting more such videos from you !

pratiklohar