System Design - Part 9 | Message Queue and CDN

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

КОМЕНТАРІ • 9

  • @OdradasMarch2027
    @OdradasMarch2027 4 місяці тому

    I really appreciate your smooth teaching style; it effectively guides us through practical application scenarios, which is fantastic! 💌 However, I would love to see some essential topics that address the front-end aspects of System Design, along with explanations using real interview questions. This would provide a more comprehensive understanding for learners like me. Thank you!
    👍👍👍👍👍

  • @alaoabiodun8575
    @alaoabiodun8575 4 місяці тому +2

    Thanks 🙏 Always adding value.

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

    In my team, my teammate worked on this mesage queue where is was pushing al notifications in msg queue and then server is processing the request one by one. Here one thing to note that is your consumer should not product so much requests that message queue got full!!!

  • @vikasmishra8633
    @vikasmishra8633 12 днів тому

    Load balancer pe bhi single point of failure ho skta h?

    • @nikoo28
      @nikoo28  11 днів тому

      you would usually have multiple load balancers. A client can connect to anyone that is available.

  • @learnwithsadek7564
    @learnwithsadek7564 4 місяці тому +1

    Brother, provide us the notes or pdf files. It would be easy for us to overview.

  • @nageshnimmala7366
    @nageshnimmala7366 4 місяці тому

    @nikoo28 as you covered about load balancing concept i want to know some depth about it like if i have a cluster with some x no of servers do we configure load balancer on the cluster level? and could you explain multi core cpus ow the cores will work please cover this topics if possible thanks in advance

    • @nikoo28
      @nikoo28  4 місяці тому

      that is a very particular question. I will be covering topics and then model designs. What you are asking are implementation specific details, that will come later.