System Time synchronization

  • Thread starter Thread starter arcvonz
  • Start date Start date
A

arcvonz

We have a time critical smart client application running on Windows 2000/XP
systems.
Is there any reliable service that would help in syncing the local system
time to atomic clock or local time at the least in case the user changes the
system clock in purpose or inadvertently?

- Network synchronization solutions in the network is manual I believe?
- Web service based sync could work but will not if the user is off line.

Any other viable solutions?

Thanks much,
Arc
 
* "arcvonz said:
We have a time critical smart client application running on Windows 2000/XP
systems.
Is there any reliable service that would help in syncing the local system
time to atomic clock or local time at the least in case the user changes the
system clock in purpose or inadvertently?

- Network synchronization solutions in the network is manual I believe?
- Web service based sync could work but will not if the user is off line.

You may want to implement the RFC and connect to a time server:

<URL:http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1305.html>
 
Back
Top