2 Matching Annotations
  1. Last 7 days
    1. This means that the SendToGroup primitive does not return control to the applicationuntil the kernel knows that at least r other kernels have received the message

      Тут говорится, что SendToGroup блокируется до получения подтверждений от r узлов. Интересно, насколько это замедляет работу?

    2. Thus all broadcasts are issued from the same node, thesequencer.

      А что если sequencer станет bottleneck при большой нагрузке? Все сообщения проходят через одну машину. Может, стоило распределить нагрузку как-то между несколькими sequencer'ами?