What is the difference between MultiCore and MultiProcessor please?

link|improve this question
See some of these comments on the recently asked question: stackoverflow.com/questions/4257054/… – wheaties Nov 23 '10 at 20:55
3  
Probably for superuser.com, but - multicore means multiple CPU cores on a single processor. Multiprocessor typically refers to systems that have multiple physical processors, like a server that runs two Intel processors on the same motherboard. – birryree Nov 23 '10 at 20:56
I will see, thank you. – Fulano Nov 23 '10 at 20:57
feedback

migrated from stackoverflow.com Nov 24 '10 at 4:03

This question came from our site for professional and enthusiast programmers.

1 Answer

One computer can have multiple processors.

One Processor can have multiple cores.

link|improve this answer
+1 You were a few secs earlier – stacker Nov 23 '10 at 22:10
feedback

Your Answer

 
or
required, but never shown