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.
精彩评论