LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-25-2011, 01:24 PM   #16
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,242

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322

Quote:
Originally Posted by business_kid View Post
Compiling takes power or time.
Quote:
Originally Posted by TobiSGD View Post
If you are a developer (compiling time sucks)
The best way to minimize compilation time is not to get a powerful CPU or even a fast hard drive. It is, rather, to get a huge amount of RAM (as much as possible) and then do all of your compiling on a tmpfs-mounted RAM drive.

This is a consideration for distros where you're expected to build much of your software from source. This includes source-based distros, of course, but also distros like Slackware, where the most common way to get third party software is to download and run a premade build script.
 
Old 01-25-2011, 01:51 PM   #17
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by dugan View Post
The best way to minimize compilation time is not to get a powerful CPU or even a fast hard drive. It is, rather, to get a huge amount of RAM (as much as possible) and then do all of your compiling on a tmpfs-mounted RAM drive.
This will of course also bring a hugh benefit in performance, but if you can compile for example a kernel or something similar with make -j8 or even -j12 on a six-core machine, you will see the difference to a make -j3 or -j4 on a dual-core CPU. Building LFS will speed up much this way.
 
Old 01-25-2011, 06:29 PM   #18
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Dani1973 View Post
Windows still tends to round robin threads too much on the different cores.

Games that REALLY support multithreading are still very rare. Most popular games today will still run better on a fast dualcore then quad- or hexacores because they profit more from core speed then core count.
The difference has been taken to a minimum because the core speed of the newer CPU has risen to a nearly equal speed.

Still on a windows platform I would prefer a dualcore with very high core speed then a quadcore with medium core speed even if the total cpu power is bigger.

I have 2 nearly identical machines at home the only difference are the CPUs and graphical adapter (both running windows 7 now) :
1. Dual opteron 8222, 16GB ECC reg RAM, ATI Radeon EAH 5770
2. Dual opteron 2214, 16GB ECC reg RAM, Nvidia 9800GT

When I switch off one CPU on the faster machine I see very few difference in speed compared to the second machine and most games will still run faster because of the higher core speed (3GHz vs 2.2GHz) while the total CPU speed has dropped from 12GHz to 6GHz (still having 2x3GHz from one CPU and I even lost 8GB of RAM since those depend on the second CPU) and you would think this is slower then the other machine that has a total of 8.8GHz CPU power (2x2x2.2GHz).

I assembled a nearly identical machine for a friend but he preferred quad cores CPU (I can't remember the exact CPU version but I know it was a quad 2.3GHz).
That machine had a total CPU power of 18.4GHz which is 50% more then my dual 8222, still in most applications and games my machine was clearly faster.
Only when we would run things like video conversions that take advantage of all cores his machine would be clearly faster.
As a result he ordered a set of 8224 which are dualcores with 3.2GHz of core speed because he mostly plays games and the quad cores are sitting in his drawer until games become more aware of mutliple cores (I guess those will never beused again since by that time those CPUs will become too old).
interesting,
dual core CPUs are still in the market,
but i believe manufacturer will phase out dual core and increasingly selling 4-6 core CPUs.
 
Old 01-25-2011, 07:30 PM   #19
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by TigerLinux View Post
interesting,
dual core CPUs are still in the market,
but i believe manufacturer will phase out dual core and increasingly selling 4-6 core CPUs.
You can also still buy single core CPUs, so I think it will need a little bit longer till dual-cores will fade out off the market. They are good for many purposes, like office-PCs, HTPCs or surf-stations, and even good enough for the occasional gamer. Ask around here, I would assume that here are more members that use single- and dual-core systems than members that use CPUs with four or more cores in their every day PCs.
 
Old 01-25-2011, 07:51 PM   #20
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

I'm still wanting for that 100 core backplane.

But, yes single or multi-core machines are necessary for the targeted market. Each of us have different wants and needs.
 
Old 01-26-2011, 07:36 AM   #21
Dani1973
Member
 
Registered: Dec 2010
Distribution: Debian testing
Posts: 148

Rep: Reputation: 16
The recent quad- and hexacores tend to come close to the core speeds of the faster dualcores when you take into account the turbo boost but imho it still doesn't perform as well as the older CPUs having the 'real core speed' and the cost of those new CPUs is mostly very high.
I am pretty sure that technology will be improving even more soon and the older CPUs will get totally obsolete not only because of core speed but especially because of power management.

PS : don't get me wrong, the new mutlicores are mostly faster then the older CPUs but when it comes to single threaded applications this isn't always the case.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Linux for blind users: very powerful, but still largely unknown LXer Syndicated Linux News 0 04-22-2010 10:20 PM
powerful linux on net lemon09 Linux - Newbie 11 06-30-2009 02:59 AM
LXer: strace - A very powerful troubleshooting tool for all GNU/Linux users LXer Syndicated Linux News 0 05-05-2006 10:21 PM
Powerful Linux for you...... avols143 Linux - Distributions 3 02-21-2004 03:16 PM
which linux is the most powerful? indy317 Linux - Distributions 12 06-03-2003 04:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration