2011-12-14 53 views
0

有多個遠程(非本地&不是同一個域)分貝的(SSCE),其中每個用戶可以如何顯示同步遠程數據庫後的最新值?

* look at the current row with the latest updates 
* look at the history of changes made to a row 
* look at the username who made the change 
* look at the time the change was made 

的問題是有沒有辦法同步上這兩款機器的窗口時間!我相信這是一個非常普通的問題,但沒有什麼是已經出現在我的搜索

任何幫助表示讚賞

P/S的機器都在網上偶爾所以不能依賴於服務器來獲得服務器時間

回答

0

這裏對於那些誰可以訪問這裏尋找答案

上的recv的結束髮件人

* use a sntp client to get the network time at the time of sync start 
* send this n/w time along with the local time with the changes 

* at the time of sync recv, get the n/w time using sntp 
* using the above time and the timestamps recvd, map the source timestamps to the local timestamp to figure out the latest changes 

希望這是有幫助的人

的解決方案
0

服務器呢?爲什麼不根據服務器時間做保存而不是計算機時間。這樣的時間將是一樣的。

+0

目前沒有服務器,可以引入一個服務器,但即使如此,它們偶爾會連接/連接不保證可用 – Kumar 2011-12-14 19:18:19

相關問題