
How do I synchronize two processes on two different PC's ?
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.{*filter*}ey, even
DDE). As mr. Porter mentioned, it all depends on the application.
Regards,
Wiebe.
Quote:
> 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 how
> to accomplish the sychronization. Thank you for your consideration of
> my
> question.