Determining the load on a particular core in a multicore processor
Posted
by S.Man
on Stack Overflow
See other posts from Stack Overflow
or by S.Man
Published on 2010-06-17T19:10:18Z
Indexed on
2010/06/17
19:13 UTC
Read the original article
Hit count: 228
In a multicore processor, there are ways to tell the particular application to run in either single core or 2 cores or 3 cores. During such scenarios, how will a scheduler be able to determine the load(number of threads) on a particular core in a multicore processor and accordingly distribute(balance) the load(allocate threads) across the various cores ?
© Stack Overflow or respective owner