开发者

Distributed cache or maybe database to send data to clients?

开发者 https://www.devze.com 2023-03-29 02:00 出处:网络
I need help with a common senario..... I have a central database or datastore in some way. Then I have a bunch of Win-clients. These clients all needs a part of this data in a local datastore of some

I need help with a common senario.....

I have a central database or datastore in some way. Then I have a bunch of Win-clients. These clients all needs a part of this data in a local datastore of some kind. They also need to update their local datastore if the central datastore is updated.

I think this must be a common senario but I cant find any simple solutions to it. Of course I can implement a pubsub system using queues or something开发者_JS百科 like that. But is there another way? (hopefully simpler or at least smarter :) )


CouchDB offers bi-directional replication of data and supports working in a disconnected way. Sounds like a good match for your high-level requirements.

0

精彩评论

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