fritzpay / paymentd

Payment Server
Apache License 2.0
5 stars 5 forks source link

Time synchronization #43

Open wongak opened 9 years ago

wongak commented 9 years ago

The current architecture with nanosecond timestamps requires a time synchronization method in distributed environments.

A possible solution would be:

wongak commented 9 years ago

An alternative would be to use the database time functions as a central time source.

There are other problems to consider then:

wongak commented 9 years ago

Document the requirement of time synchronization across all application servers. Ideally in the milliseconds area.