View Single Post

   
  #4 (permalink)  
Old 02-16-2008, 08:10 AM
Joachim Schipper
 
Posts: n/a
Default Re: which 64bit dual-core CPU for OpenBSD 4.1

plavcik@gmail.com <plavcik@gmail.com> wrote:
> Thank you Joachim, for the fast and extensive answer.
>
> It's a home project, so I will use try raid(4) (RAIDframe disk driver)
>
> The 2-pass encondig I'm using now on my notebook take until a day, so
> I prefer to move this task to the new machine.
>
> Regarding 64bit AMD models, can I pick any one from Athlon 64 /
> Opteron / Turion 64 and Sempron models, or exist a reasons to prefer
> one/some of them?


Pick whichever you want, OpenBSD will work fine. Of course, faster
models are still faster...

Do do some research on whether or not your preferred video encoding
application will use more than one core on OpenBSD; most won't,
especially as OpenBSD's current threading implementation does not permit
a threaded program to use more than one core. (Whereas e.g. Linux would
permit using one core per thread - this is not usually a problem, as
such workloads are not very common, but video encoding just might be one
of them.)

It's your own choice to either run two in parallel, or settle for the
fastest single-core processor you can find.

Joachim
Reply With Quote