In Place of a Database, one can assume it to be an Operating System, the v8 engine communicates with OS only to execute the program. Since OS supports multi-threading, hence things are performed faster. in the case of multiple cores, It can do I/O tasks parallelly also. But the Application thread would be only 1.
Thank you for this great tutorial. Can you please let me know if asyn or concurrency will put too much load on the database as compared to syn requests?
So what’s the best backend for multi threading request you think? Let’s think we making a quiz app and there’s a lot of users sending request at the same time.
When I code, I think sequentially but node works concurrently, this sometimes make things worse... can u make a video on how we should handle concurrency, or at leas how we should think on such cases.
Nice video, understood lots of misconceptions that I had. Also, can you do a video about reactive java spring webflux. I think it will work in both a reactive way as well a parallel way. so it would be great if you can explain the mechanism of spring webflux
your english is confusing enought, are you saying node can do this or can't do this I can undertand that you have the concept figured out, but because of barrier I'm unable to clearly I understand what you are saying
In Place of a Database, one can assume it to be an Operating System, the v8 engine communicates with OS only to execute the program. Since OS supports multi-threading, hence things are performed faster.
in the case of multiple cores, It can do I/O tasks parallelly also. But the Application thread would be only 1.
The way you explained makes it look like a piece of cake. Great work and thank you for clearing my doubts😃👍
This cleared my doubts in a very simple way. Thanks !!
Too Good, loved the example of concurrency
Great video! Enjoyed every bit and it also helped extend my understanding of the Node.JS runtime 🙌
Thank you for this great tutorial. Can you please let me know if asyn or concurrency will put too much load on the database as compared to syn requests?
will answer in Q and A video
This is the most interesting video about this topic I ever seen on youtube sir 🥰
So what’s the best backend for multi threading request you think? Let’s think we making a quiz app and there’s a lot of users sending request at the same time.
thank you sir. I like to know how work java application when multi treading and concurrent processing.(like spring web)
When I code, I think sequentially but node works concurrently, this sometimes make things worse... can u make a video on how we should handle concurrency, or at leas how we should think on such cases.
Thank you, really nicely explained!
Nice video, understood lots of misconceptions that I had. Also, can you do a video about reactive java spring webflux. I think it will work in both a reactive way as well a parallel way. so it would be great if you can explain the mechanism of spring webflux
your english is confusing enought,
are you saying node can do this or can't do this
I can undertand that you have the concept figured out, but because of barrier I'm unable to clearly I understand what you are saying
Thanks for clearing this myth 🤟
Superb
Thank you!