I have to start a program on several computers at the same time (within ms). The program read out of and write into a mysql database. To ensure the simultaneous start, I thought about the sql dependency but does it also work for mysql? Are there any other ways to guarantee the synchronous start?
It´s a project inside a laboratory. So it´s just a small network.
Greetz