commit | 927643e3e9f8162004cc004e70796c95790ce3f6 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Wed Sep 26 16:25:12 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Wed Sep 26 16:25:12 2012 +0000 |
tree | 52be3bb36db665d7bba14b6dd38bad8c0f1067f4 | |
parent | f4473147e520706b20a43e818bacb5af4e78adca [diff] |
Added clearing of cpu_affinity after process spawn. This fixes unwanted/incorrect cpu_affinity use on dead worker processes respawn. While this is not ideal, it's expected to be better when previous situation where multiple processes were spawn with identical CPU affinity set. Reported by Charles Chen.