Penguin
Blame: AsymmetricMultiProcessing
EditPageHistoryDiffInfoLikePages
Annotated edit history of AsymmetricMultiProcessing version 3, including all changes. View license author blame.
Rev Author # Line
3 AristotlePagaltzis 1 A system where a frontend [CPU] deals with all [I/O] and system tasks and the others do the number crunching. Contrast [NUMA] and SymmetricMultiProcessing.
1 StuartYeates 2
2 AristotlePagaltzis 3 ----
1 StuartYeates 4
2 AristotlePagaltzis 5 Most modern computers use AsymmetricMultiProcessing, with processors to handle graphics, network or disk access logic. These processors may have special operations to achieve these tasks or may be generic processors tasked with the function. This seperation of function removes constriants from the [CPU] (or [CPU]s) to run the application logic with fewer scheduling and "house keeping" operations to run. --StuartYeates
6
7 This does not fall under AsymmetricMultiProcessing. These other chips are coprocessors at best, or as little as [DSP]s. If you count this as AMP, then even the board chipset would count as [CPU]s, which is obviously absurd. --AristotlePagaltzis