<br><br><div class="gmail_quote">On Mon, Jan 18, 2010 at 5:14 PM, Iain Buchanan <span dir="ltr">&lt;<a href="mailto:iaindb@netspace.net.au">iaindb@netspace.net.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
&gt; It will probably be fine in that case. Just record something and try<br>
&gt; to play it back while the backend isn&#39;t doing any other recording.<br>
<br>
I will, eventually!  I don&#39;t have a separate backend yet!<br>
<br></blockquote><div><br>That&#39;s OK, just make sure the backend doesn&#39;t have any recordings scheduled. I&#39;m referring to the mythbackend process here, it doesn&#39;t need to be a seperate machine. The idea is to keep the backend process from eating much for resources so you can see if the machine is capable of just playback without anything else going on and where the bottleneck is. You could also try with just mplayer or VLC as well, with myth totally disabled if you like. I would think that CPU should be able to decode MPEG2 HD streams just fine. When I was doing testing for this stuff I used an SSH session to run top and check logs while I played videos so I could see what was going on. <br>
 </div><div> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
yes, an LGA 775.  I would purchase a PCIe, maybe an 8800 GT or something<br>
(haven&#39;t looked into that yet) so the ATI will be unused!<br>
<br></blockquote><div><br>That&#39;s a good idea as well. <br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
That&#39;s not a bad idea, I could purchase a second HD and take out the<br>
DVD.  What would take the most load from a FE/BE - the database or the<br>
recordings?  I could even put NAS on a g/bit lan (hmmmm) anyhoo that&#39;s<br>
down the line!<br></blockquote></div><br><br>The recordings tend to be large streaming reads/writes while the database is going to be more random I/O. The random I/O is probably &quot;harder&quot; on the drives because of the seeking. If you have one, an SSD should help with that, though it&#39;s not necessary. I ran my OS and database on an ancient 40G IDE drive just fine. A large, slow drive for the recordings like the &quot;green&quot; 5400/5900 RPM drives is fine for recordings. All my FEs get to the recordings and videos over gigabit ethernet from my OpenSolaris server via NFS using 5400 RPM drives. My backend is even running in a VM on that box.  It&#39;s all working great. <br>