multicore - If I have a process with only one thread running on a multi core why is it moved from one core to another -


why process having 1 core migrated 1 core another. assume process simple , has simple thread running. observed os moves 1 core when executing. why done? isn't there overhead continously moving process? why doesn't execute on 1 core , keep execting on same core forever?

there many answers question, obvious 1 is: heat.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -