Let's solve a most popular myth..!!! How does NodeJS handle multiple requests?

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ต.ค. 2024

ความคิดเห็น • 17

  • @shivangverma9616
    @shivangverma9616 ปีที่แล้ว +1

    The way you explained makes it look like a piece of cake. Great work and thank you for clearing my doubts😃👍

  • @dishantvashistha2038
    @dishantvashistha2038 8 หลายเดือนก่อน +1

    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.

  • @syedwakil-n2i
    @syedwakil-n2i 19 วันที่ผ่านมา

    Too Good, loved the example of concurrency

  • @dan_le_brown
    @dan_le_brown ปีที่แล้ว

    Great video! Enjoyed every bit and it also helped extend my understanding of the Node.JS runtime 🙌

  • @rajanchavda1417
    @rajanchavda1417 ปีที่แล้ว

    This cleared my doubts in a very simple way. Thanks !!

  • @techjaye1373
    @techjaye1373 10 หลายเดือนก่อน

    This is the most interesting video about this topic I ever seen on youtube sir 🥰

  • @fullStackInKannada
    @fullStackInKannada ปีที่แล้ว

    Thank you, really nicely explained!

  • @sanxavier2475
    @sanxavier2475 หลายเดือนก่อน

    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?

    • @krish
      @krish  20 วันที่ผ่านมา

      will answer in Q and A video

  • @rukshandevelopment2205
    @rukshandevelopment2205 2 ปีที่แล้ว

    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.

  • @jayamaljayamaha9494
    @jayamaljayamaha9494 2 ปีที่แล้ว

    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

  • @madushankakumara9426
    @madushankakumara9426 2 ปีที่แล้ว

    thank you sir. I like to know how work java application when multi treading and concurrent processing.(like spring web)

  • @Kumuthini2024
    @Kumuthini2024 ปีที่แล้ว

    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.

  • @kasunperera9700
    @kasunperera9700 2 ปีที่แล้ว

    Thanks for clearing this myth 🤟

  • @vergil_389
    @vergil_389 ปีที่แล้ว +2

    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

  • @lahiruliyanage7066
    @lahiruliyanage7066 2 ปีที่แล้ว

    Superb

  • @DimalkaPiyumantha
    @DimalkaPiyumantha 2 ปีที่แล้ว

    Thank you!