2 Matching Annotations
  1. Last 7 days
    1. In the BB method, the full message appears only once on the network

      непонятно почему 1. как-будто и там и там мы передаём его столько раз, сколько всего процессов. То есть экономия не насколько сильная

    2. If multiple servers listen to the same port, onlyone (arbitrary) server will get the message.Ports are also used to identify groups. RPC and group primitives that are called with the sameport do not interfere with each other. When creating a group, the user specifies a port. Otherprocesses can use this port, for example, to join the group or to send a message to the group.

      не очень понятно как это должно рабоать. Сначала мы говорим что если несколько пользователей смотрят один порт, он может гарантировать доставку только до одного из них, а потом что всё взаимодействие группы строится вокруг одного порта, который могут также читать снаружи. как-будто это не очень удобный метод