Dual core (DP) systems are those that contains two separate physical computer processors in the same chassis. In dual-processor systems, the two processors can either be located on the same motherboard or on separate boards. In a dual-core configuration, an integrated circuit (IC) contains two complete computer processors. Usually, the two identical processors are manufactured so they reside side-by-side on the same die, each with its own path to the system front-side bus. Multi-core is somewhat of an expansion to dual-core technology and allows for more than two separate processors.
For software to take advantage of dual core architecture, it must be written to utilize parallel threading. Otherwise, the program functions in single-core mode, using just one data stream or one of the built-in microprocessors. Unfortunately, coding for TLP is quite intensive, as interleaving shared data can create errors and slow performance. Because of these and other issues, a dual core processor does not deliver twice the speed of a single-core processor, though there is a significant increase in performance under optimal conditions. Finally, dual core chips run hotter than their single-core cousins.
All comments are moderated. Your comments will not appear here unless approved by the blog owner. Thank you.