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

Поділитися
Вставка
  • Опубліковано 27 гру 2024

КОМЕНТАРІ • 17

  • @dishantvashistha2038
    @dishantvashistha2038 10 місяців тому +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.

  • @shivangverma9616
    @shivangverma9616 2 роки тому +1

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

  • @rajanchavda1417
    @rajanchavda1417 Рік тому

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

  • @syedwakil-n2i
    @syedwakil-n2i 2 місяці тому

    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 🙌

  • @sanxavier2475
    @sanxavier2475 3 місяці тому

    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  2 місяці тому

      will answer in Q and A video

  • @techjaye1373
    @techjaye1373 Рік тому

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

  • @Kumuthini2024
    @Kumuthini2024 2 роки тому

    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.

  • @madushankakumara9426
    @madushankakumara9426 2 роки тому

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

  • @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.

  • @fullStackInKannada
    @fullStackInKannada Рік тому

    Thank you, really nicely explained!

  • @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

  • @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

  • @kasunperera9700
    @kasunperera9700 2 роки тому

    Thanks for clearing this myth 🤟

  • @lahiruliyanage7066
    @lahiruliyanage7066 2 роки тому

    Superb

  • @DimalkaPiyumantha
    @DimalkaPiyumantha 2 роки тому

    Thank you!