Dual core / software question

nebacadneezer

Junior Member
Jul 16, 2005
15
0
0
This may seem like a retarded question to those who know the answer, but I was wondering if it would be possible for programmers to issue a "dual core patch" per se for various, current software? Or is it the very core of the program that have to be changed? Thanks for answering.
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
The overall design of the program needs to be changed to allow threading.

Most programs do not need to know abouit the number of cores available, just let the OS handle that issue.

Similar thread on issue