name='Rastalovich' said:How well do the linux distros use multi-cores and such ?
And on the back of that question, how well do the apps/games/whatever use cores ?
Very Well
Due to 2 big Factors:
PTHREADS --
Linux Partakes in extensive use Of PThreads, PTHreads are very SMP efficient (seriously POSIX Boxes have been running SMP for yhears)
OPEN SOURCE ---
Open source software evolves @ an alarming rate and hence get SMP optimised quickly
Just Ensure u have a SMP Kernel ... most modern distros ship a hybrid w/ SMP support
Xtra Reading :: https://computing.llnl.gov/tutorials/pthreads/
Go down to PThreads Overview for a breakdown
Note of Interest -- I think FAH uses MPI for SMP Threads and not PThreads