Multicast IPC options in unix
问题 Among the following list of IPC options, which could perform multicast (i.e. 1 sender and multiple receivers): signals half duplex pipe named pipe system V message queue unix domain socket Edit memory mapped files From my understanding, it might be possible with named pipe (not sure). 回答1: There's nothing as conceptually flexible as multicast, but with a few limitations some of the facilities might do what you want. Signals may be delivered to a process group. The other IPC mechanisms you