kanuns Posted May 12, 2019 Report Posted May 12, 2019 Hello All, I hope you are doing great. I have a strange query. I have multiple server located in different places serving a single video on demand website (which streams the videos locally - not from internet). What I want to know is, is there a Master/Slave server configuration. Explanation: I have a master revive installed on the cloud. I set my campaign on the cloud and when my remote servers get the campaigns from the master server when they get internet. (lets forget the video files for a moment) My distant/remote servers will have Revive installed and will serve the ads locally and store the stats locally. But when those servers get internet, they sync their stats to the server I have on the cloud. Any possibility on that ? OR can anyone propose some other solution? Regards, Quote
andrewatfornax Posted May 16, 2019 Report Posted May 16, 2019 No, there is no solution for Revive Adserver to allow for a distributed solution which periodically synchronises statistics back to a central service. Quote
kanuns Posted May 16, 2019 Author Report Posted May 16, 2019 Many thanks Can this be made? like custom development or something? Quote
andrewatfornax Posted May 19, 2019 Report Posted May 19, 2019 Sure, it's open source, so you are free to modify the software in anyway that you want! Quote
firstimpression Posted September 12, 2019 Report Posted September 12, 2019 @kanuns, this is totally possible. If you set up MySQL replication you can replicate your set up whenever MySQL slaves will be able to connect to master. If you know IP addresses of your remote servers then you can run maintenance-distributed to pull statistics to master server. With this scheme you will have all the stats on the master server. To have all the rest of the stuff synchronized you will have to write a few scripts that will put graphic assets to your remote servers. kanuns 1 Quote
kanuns Posted September 12, 2019 Author Report Posted September 12, 2019 Many thanks for your reply. @firstimpression Can I be in contact with you later in the month for more information? Or can you do that if the "Job" is handed over to you? Regards, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.