tags:

views:

17

answers:

1

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 my mind is to use SendMessage with the HWND_BROADCAST parameter. What else I can do?

A: 

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

Adel Hazzah