You could consider a serial link (com port) , if it needs to be fast. The
PCs must be close together.
You can choose from many solutions (using filesystem, database
synchronisation, the ones mentioned by mr. Bradley and mr. Dickey, even
DDE). As mr. Porter mentioned, it all depends on the application.
Regards,
Wiebe.
"Frank Rizzo"
wrote in message
news:506500000008000000FC490000-1021771306000@exchange.ni.com...
> I have a master and slave computer with a vi running on each,
> periodically these processes will need to be synchronized. If the
> processes were running as separate threads on the same PC, I
> know could use the LabVIEW rendezvous technology to do this. But
> because the processes are on separate PCs, it is not obvious to me h
ow
> to accomplish the sychronization. Thank you for your consideration of
> my
> question.