PDA

View Full Version : synchronization time in client/server aplication



sali555
29th April 2011, 12:48
hi,

I have a problem with time synchonization. I have two clients and one server. It's stopwatch. The first client starts the time so sends message START throught server to the second client. The second client stopes the time then. But the journey of message START last some time(maybe some miliseconds), so it makes delay and I need the exact time. How to do that? Do you have any Idea?
thx

high_flyer
3rd May 2011, 14:07
Have the timer run on the server, so that the clients start and stop the same timer on the server.