开发者

Occasionally online app data synchronisation

I am writing an application which consists of a master "server" database (most probably sqlite) and a client side replica with client specific records (again, Sqlite). The clients may only b开发者_运维知识库e online occasionally or may be on slow 3G connections; I need a solution to reliably synchronise content either on demand or at scheduled intervals. The client application could be either WPF/Silverlight or HTML5 (hence the preference for sqlite).

I've been looking at the Microsoft Synchronisation framework 2.0 but obviously this won't work for HTML5 and I'd like to keep the architecture as consistent as possible. Any other ideas?

Thanks.


You could use Rhino Service bus combined with an offline cache - Ayende has published a very nice demo of how to do it on MSDN. (And to me, it sounds like you're facing many of the same problems - I don't know enough about HTML5 to see if it would work against that, though)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜