• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Dual core / software question

nebacadneezer

Junior Member
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.
 
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
 
Back
Top