22401
General Software Discussion / Re: Multi-threaded software
« Last post by mouser on July 30, 2008, 10:00 AM »I think f0dder will be a good person to comment on this -- but since a modern operating system like windows runs so many different processes at the same time -- you are going to benefit significantly from a multi-core cpu even with single-threaded applications because other processes can run on the other cores.
so that except for certain very processor intensive operations (video encoding, compressing/decompressing, heavy duty statistics), having a single application which is able to capitalize all the cores of your cpu simultaneously seems unnecessary to me.
but i'm not an expert, let's hear what the people who know about such things have to say.
so that except for certain very processor intensive operations (video encoding, compressing/decompressing, heavy duty statistics), having a single application which is able to capitalize all the cores of your cpu simultaneously seems unnecessary to me.
but i'm not an expert, let's hear what the people who know about such things have to say.

Recent Posts