Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Desktop Hardware
Multiple Processor Utilization...?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Kokopelli" data-source="post: 192186"><p>That is hard to say. Multi-threaded Apps in general though. Most "consumer" apps are single threaded. Multi threading apps increases the complexity with little benefit historically since multi processor machines were not terribly common. More and more coders are threading their apps to take advantage of multicore systems, but it is still a matter of the application as to whether it will do much good.</p><p></p><p>All programs will get a small boost from multiple processors. However programs written with it in mind will get a lot more out of them. </p><p></p><p>It depends on what you mean by everyday application, but to use a quad processor machine for browsing and word processing would be a questionable use of money.</p><p></p><p>If you are doing very heavy image manipulation, rendering, working on editing movies, or doing multiple processor intensive things at once, it will help more. I would argue that a quad core box is in the realm of professional needs, not consumer, but many will disagree with me there.</p><p></p><p>This is a very technical question, but the simple answer is communication between cores is faster.</p><p></p><p>Not that I know of.</p><p></p><p></p><p>I think of things in terms of coding and how multiple processors effect how I code things. So I am not sure that I am the right person to try and explain in non-technical terms.</p></blockquote><p></p>
[QUOTE="Kokopelli, post: 192186"] That is hard to say. Multi-threaded Apps in general though. Most "consumer" apps are single threaded. Multi threading apps increases the complexity with little benefit historically since multi processor machines were not terribly common. More and more coders are threading their apps to take advantage of multicore systems, but it is still a matter of the application as to whether it will do much good. All programs will get a small boost from multiple processors. However programs written with it in mind will get a lot more out of them. It depends on what you mean by everyday application, but to use a quad processor machine for browsing and word processing would be a questionable use of money. If you are doing very heavy image manipulation, rendering, working on editing movies, or doing multiple processor intensive things at once, it will help more. I would argue that a quad core box is in the realm of professional needs, not consumer, but many will disagree with me there. This is a very technical question, but the simple answer is communication between cores is faster. Not that I know of. I think of things in terms of coding and how multiple processors effect how I code things. So I am not sure that I am the right person to try and explain in non-technical terms. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Desktop Hardware
Multiple Processor Utilization...?
Top