commit | 5527be10b63bc14672a564d4d154003b854350b4 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Jan 11 19:23:17 2016 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Jan 11 19:23:17 2016 +0300 |
tree | 44aed9a9d8e61216267e62b2b3a5e80664641ad3 | |
parent | 0c4198ff9cfae53a247f2ee7dfd24d950b10fe3f [diff] |
Core: worker_cpu_affinity auto. If enabled, workers are bound to available CPUs, each worker to once CPU in order. If there are more workers than available CPUs, remaining are bound in a loop, starting again from the first available CPU. The optional mask parameter defines which CPUs are available for automatic binding. In collaboration with Vladimir Homutov.