in reply to Pipes or Events in Win32

You could use a simple UDP packet to send the data, and than a reply with a sort of ACK if it needd to be "reliable". This will work if you are on the same PC or over a network. If they or you end up moving to *nix, this would work, too.