Often that’s even harder to take advantage of than 64bit. Making the most of multiple cores can require huge structural changes, if you haven’t planned well for it. It’s worth noting that not all parts of an app will benefit... it’s usually just the heavy processing that needs to be split into different threads.
Often that’s even harder to take advantage of than 64bit. Making the most of multiple cores can require huge structural changes, if you haven’t planned well for it. It’s worth noting that not all parts of an app will benefit... it’s usually just the heavy processing that needs to be split into different threads.