Hi all,

looking for a bit of advice here.

I have an application (might end up being a service) that will run on an NT machine waiting for information from an app on another NT machine.

Basically, PC1 is doing a load of work and when it is finished it will send a message to PC2, when PC2 gets the message it will pop up some window to tell the user that the work has finished on PC1.

I am looking for advice on what type of communication to use (can be used)

I initially thought TCP/IP 'cause I have some experience with this, but jut wondering if there is another (and/or better) way.