Welcome, Guest. Please login or register.

Author Topic: Power 7 CPU - 8 cores  (Read 17994 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline psxphill

« Last Edit: September 01, 2012, 02:18:58 PM by psxphill »
 

Offline psxphill

Re: Power 7 CPU - 8 cores
« Reply #1 on: September 04, 2012, 08:45:47 AM »
Quote from: Digiman;706177
One of my lecturers at uni was pretty high up in CPU design for IBM in the 80s and you can bet your ass they tested every possible scenario for server and desktop OS efficiency as far as parallel processing goes.

One of your lecturers who has no experience in processor design in the last 30 years tells you something and you believe him? Priceless.
 
While some algorithms are inherently parallel and can't be split across cores easily, there are a lot that can be. However it does take intelligence to design your code to work that way & unfortunately most programmers lack intelligence. They only know what they've been taught by people who couldn't hack it, who then become lecturers.
 
In the real world there are people who have written code that is efficient and can take advantage of a large number of cores. Maybe one day you'll meet one.
 
Quote from: commodorejohn;706468
There's a big, big difference between massive multicore in special-purpose applications, and massive multicore for general-purpose computing, though. Graphics in particular is a task that's pretty much tailor-made for massive parallelism. Word processors, file managers, web browsers, and other unglamorous productivity software? Not so much.

Out of your example, web browsing is the only one that really needs a performance boost. With javascript and compressed video, there is definitely a need for more performance & there is no reason that can't be by using more cores.
 
There is a rise in using SQL databases for storage in a lot of applications that you wouldn't have thought, even Android uses SQL. A decent SQL engine will make use of multiple cores.
 
The future is multiple cores for general purpose computing, programmers will need to adapt.
« Last Edit: September 04, 2012, 08:57:12 AM by psxphill »
 

Offline psxphill

Re: Power 7 CPU - 8 cores
« Reply #2 on: September 07, 2012, 07:38:17 PM »
Quote from: commodorejohn;706530
On the other hand, half the reason that's even true is because of the omnipresence of terribly slow (and almost always completely unnecessary) Javascript in modern websites, so even though there is a benefit from a properly multithreaded browser, it's mostly in making bad code less crippling.



I'm not going to defend every use of javascript as there are some very bad examples out there. However there will always be good uses for it and because websites have become more important, web browsers are becoming more standardised so we're unlikely to see major shifts in the the way websites are designed. HTML5 is mainly just a load of old technologies that have been standardised. I blame tim berners lee, but they knighted him.
 
Quote from: BlackMonk;706688
Teachers have their own biases which are sometimes at odds with the real world.

Which is usually why they become teachers. It's much easier to tell people incorrect things, if they don't know any better.