Pretty much anything you want to do can be accomplished it depends on how complicated/robust you want to make it.
If it helps think of Rivendell as simply a piece of client software. All it needs is somewhere to store audio and somewhere to access a MySQL database. Its entirely up to you how you want to provide the storage and MySQL. However don't confuse Windows network shares with NFS storage. In fact its easier if you just remove Windows from the equation as far as storage is concerned. As for the servers themselves, you can easily set up 2 fail over servers using DBRD to automatically mirror two hard drives/raids that house the mysql and audio. Or you can go all out and install GlusterFS along with heartbeat and a bunch of other HA tools to make a whole server cluster that in theory fails over to a different server if things break. One thing I've found is that the more you build the more latency you have to deal with so a simple two server fail over works for me. You can even do off site syncing via simple cron rysnc jobs and mysql replication. In essence, if you can imagine it, you can build it. -- Regards, Wayne Merricks The Voice Asia On Fri, 05 Aug 2011 15:17:11 +0100, Axiom Radio <[email protected]> wrote: > > > > > Hello Fred, > > > On this topic:>We have sites (both 1.x and 2.x) with well over a dozen > workstations. Works quite well provided that the network has been > engineered > properly. > > Is there a sample network diagram and/or documentation to get ideas of > what > could be done and how? > > > > Regards, > > Rafael Cortes > -- > -------------------------- > http://www.rafainformatico.com - TecnologĂa para todos! > > http://www.axiomradio.com - La mejor mezcla musical! Top40, Pop > http://www.retropr.com - Lo mejor de los 80s y 90s. > Hecho en Puerto Rico para todos los latinos! > > > > > > >> Does RD 2.x work better in a network environment i.e with multiple >> studios and production pc's. I have had problem after problem trying to >> get 1.7.2 working properly in a network... > > We have sites (both 1.x and 2.x) with well over a dozen workstations. > Works > quite well provided that the network has been engineered properly. > Cheers! > |-------------------------------------------------------------------------| > | Frederick F. Gleason, Jr. | Chief Developer > || | Paravel > Systems | > |-------------------------------------------------------------------------| > | Do not try to think outside of the box. That's impossible. Instead, > || realise the truth. There is no > box. | > | --Quoted by "larsmjoh" on GrokLaw.net > | > |-------------------------------------------------------------------------| > > > > > > > -- > > -------------------------- > http://www.rafainformatico.com - TecnologĂa para todos! > > http://www.axiomradio.com - La mejor mezcla musical! Top40, Pop > http://www.retropr.com - Lo mejor de los 80s y 90s. > Hecho en Puerto Rico para todos los latinos! > > > > -------------------------- > > > http://www.axiomradio.com - La mejor mezcla musical! Top40 - Latin > > > http://www.retropr.com - Lo mejor de los 80s y 90s. > > Hecho en Puerto Rico para todos los latinos! ####################### Scanned by MailMarshal ####################### #################################################################################################################################################################################################################### Attention: The information contained in this message is confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the originator immediately. The unauthorised use, disclosure, copying or alteration of this message is strictly forbidden. Christian Vision or any of its subsidiaries will not be liable for direct, special, indirect or consequential damages arising from alteration of the contents of this message by a third party or as a result of any virus being passed on. Please note that we reserve the right to monitor and read any e-mails sent or received by the company under the Telecommunications (Lawful Business Practice) (Interception of Communications) Regulation 2000. Christian Vision is registered in England as a limited company 2842414 and as a charity 1031031 #################################################################################################################################################################################################################### _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
