Re: [RDD] Using Apache under Windows for Rivendell

2019-01-15 Thread Rob Landry


I'm a bit puzzled as to why anyone would want to use a Windows server, 
whether for MySQL or audio. What advantages does Windows offer?



Rob

--
Я там, где ребята толковые,
Я там, где плакаты "Вперёд",
Где песни рабочие новые
Страна трудовая поёт.___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Using Apache under Windows for Rivendell

2019-01-15 Thread Cowboy
On Tue, 15 Jan 2019 12:19:50 -0500
"Pab Sungenis"  wrote:

> I've not seen a problem with locking. Not that it won't happen, but I've not
> yet seen it.

 You will ! ( among other things )

 It's not just locking, but the way the file system internally refers to file 
data itself.
 That's why windows can't ( not just won't ) do some of the things various
 parts of Rivendell require.

 Depending on what you do, when, and how, you might see nothing,
 or you might see some real damage to your audio store.
 You are playing Russian Roulette !
 Sooner or later, it *will* get you.

-- 
Cowboy 

Grief is the Reminder that we Loved.
 And were Loved.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Using Apache under Windows for Rivendell

2019-01-15 Thread Pab Sungenis
>> I've achieved this through the usual trick of NFS sharing into 
>> /var/snd and editing rd.conf to use the MySQL on the server. Just as 
>> if I had a traditional rdserver/rdclient setup, but using the Windows 
>> machine instead of the Linux Rivendell server.

> Watch out with this!  While running MySQL on a Windows machine isn't
really a problem putting the /var/snd file share on a Windows 
> machine is risky.  I know that it is possible to run an NFS server on a
Windows box, but underneath it all Windows still handles your files 
> quite differently from Linux.  For example the way that Windows does file
locking is a big area of concern and one of the big reasons 
> Rivendell has not been ported.

It took me a while, but I got things pretty stable. I use Samba and
reconnect shares in fstab with appropriate permissions. I've also created a
"user" on the server for rd and made sure that Windows' permissions were
properly set.

I've not seen a problem with locking. Not that it won't happen, but I've not
yet seen it.

By the way, right now this is just a hobby machine; if I move it to actual
on-air deployment I would be using Paravel's server/client model. But right
now I'm developing (under Windows but with Lazarus to eventually create a
Linux version) my own music scheduling software specifically for Rivendell,
so I prefer to have my server running Windows.



___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev