]> git.kaiwu.me - nginx.git/commit
Merge of r4865: clearing of cpu_affinity after process spawn.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 12 Nov 2012 17:54:49 +0000 (17:54 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 12 Nov 2012 17:54:49 +0000 (17:54 +0000)
commit41bdb0f93d059238c9a2987858f19047ebf87bc3
tree1d8c9cbdf04ac6eec87d79f056fb78d39d3e79d9
parentde68f145bf583e2319809f39ba0807e32f536213
Merge of r4865: 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.
src/os/unix/ngx_process_cycle.c