Speed Up Your Node App Using Worker Threads!

preview_player
Показать описание

In this video I demonstrate how to use worker treads to unblock and speed up your node applications
Рекомендации по теме
Комментарии
Автор

Can't believe how clean is this explanation. Thank you sir.

bricehemery
Автор

This was great. After spending some time going through various tutorials, I found some that had typos in the code, others where the demo was filled with very complex js, and yours was simple and to the point.

Miketar
Автор

I've always known I needed to know Workers but am always so overwhelmed with how complicated it seemed thanks for making me understand this better

code
Автор

Perfect example, perfect explanation & presentation. Thanks for this video!

Applemann
Автор

Someone at my job gave me this exact explanation, excellent content

whatskookin
Автор

Well thanks, i Will try this today. Just curious about what happens when you Open several Windows causing going out of threads in your system

trucheitor
Автор

Amazing example. very sorted and easy. Thanks and love from India

anmolsharma
Автор

Chaim, thank you so much for the video. Your explanation is clear and awesome

ltjqrhcpext
Автор

One of the most interesting and very beautifully explained topic.
Thank you very much.

Dipenparmar
Автор

Thanks for another great video! I'm not a node developer but wouldn't you be able to accomplish this by wrapping the loop in a promise?

mosheritterman
Автор

This is really good, seen it here first! Thank you man, keep up the great work.

patrickc.
Автор

סרטון מאוד מעניין ומעשיר ידע תודה לך חיים

MrLinuxFreak
Автор

can we define the pool size for this ?

sankeths
Автор

Great video man thanks a lot 🙏🏻💯 I run some bots written in JS, would this make them faster?

smnomad
Автор

great video - helped my solve a problem - thanks Chaim!

djneils
Автор

Thank you very much! This was exacly what I was looking for. :)

Kareszrk
Автор

Question, can I pass just a function inside the worker threads,
or does it really need to be a file ?

ayami
Автор

Now, can you tell me the limitations of using this worker thread ? Like how many workers can we spawn ? does it depend on the CPU ? can it be used as promise.all() ?

jeetchheda
Автор

Are there any threading concerns (race conditions, deadlocking, etc.) that can arise with Workers? For instance, is the registering of the worker.on('message'...) code guaranteed to execute before the worker calls its postMessage()?

karlostj
Автор

Thank you very much! More videos on the node! :)

АлексейАлексеевич-шю