java - Sync time of all clients with server -


sync time of clients server

i have client server architecture project. want correct client machine time if out of sync server's time. should write thread check server's time , accordingly adjust own time after fixed interval or there other way ?

i propose use ntp on server , client os settings.

why need sychronized time? if need sychronized content: how using internal version numbers instead of timestamps?


Comments