TCP multicast and multithreading

后端 未结 7 1829
独厮守ぢ
独厮守ぢ 2021-01-03 08:54

I need to come up with clients that can multicast to other clients reliably. That implies I\'ll be using TCP to connect reliably between clients within a multicast group. Do

7条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-03 09:04

    You need to take a look at 0MQ which is a high speed Messaging System which has as one of it's abilities reliable multicast using the Pragmatic General Multicast (PGM) using OpenPGM.

    There was an article on it recently in lwn.net:

    0MQ: A new approach to messaging

提交回复
热议问题