المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Challenges of running an application on multi core environment



C++ Programming
02-09-2010, 04:22 PM
I want to know what sort of complexities may arise, if we port an existing application(huge application having so many threads connected to various components) onto a multi-core system.What all the things that can be taken care of while developing an application in order to make it run efficiently in multi-core environment too? If someone have the experience in handling such scenario, please suggest.