How to reduce latency with Connection Pools

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

КОМЕНТАРІ • 5

  • @giorgostzanakis7311
    @giorgostzanakis7311 Рік тому +3

    Great explanation, thank you

  • @umardev500
    @umardev500 Місяць тому

    let me ask
    let say we have 4 nodes and each node has limit connection about 100 concurrent connection
    then we pool connection to node 1 and exceed per node limits
    the question is does if node 1 exceeds limit connection then it will distribute/balancing that connection to available node?

  • @rafaelbraga3d
    @rafaelbraga3d Рік тому +1

    Awesome explanation, thank you!