开发者

peer to multi-peer interprocess communication

开发者 https://www.devze.com 2023-01-05 04:17 出处:网络
What is the best method for peer to multi-peer interprocess communication in windows. ( One application will send interrupts to many listeners )

What is the best method for peer to multi-peer interprocess communication in windows. ( One application will send interrupts to many listeners ) One method comes to 开发者_如何学Gomy mind is to use SendMessage with the HWND_BROADCAST parameter. What else I can do?


UPD, TCP/IP, Shared Memory, named pipes, etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消