i'm trying to use mongodb as a network wide configuration storage. This the same app runs on multiple machines on the network, each pulls its configuration from its local mongodb. The
mongodbs are synced. What i would like is to get a callback/notification in all n-1 apps if one application changes any of the config values.
Is this kind of setup possible ?
(It would save me from doing the network transfer/syncronisation etc. myself.)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…