I am thinking of writing a small program which will send the data-feed from the main host PC which received the ticks to the second client PC via some simple socket programs.
I need a way to send the ticks into NT on the client PC from the program which listens to the socket data being sent from the host PC.
I will appreciate if I can get some pointers on how to achieve this. I remember reading somewhere of a dll file supplied with NT which provides some functions for receiving data from a program.

Comment