]> granicus.if.org Git - apache/commit
reduce the warning level in the bindprocessor() call used to make sure child
authorEric Covener <covener@apache.org>
Fri, 12 Mar 2010 18:49:26 +0000 (18:49 +0000)
committerEric Covener <covener@apache.org>
Fri, 12 Mar 2010 18:49:26 +0000 (18:49 +0000)
commitc81cbf5592886f9a88fcce30800a527c1a369dda
tree6e5cd044940f1e545fa9fa52fdd77cd10a620981
parentd7e4665943adcec3262737593eba7c4dd032b48b
reduce the warning level in the bindprocessor() call used to make sure child
processes aren't bound to the CPU the parent is running on.

In recent levels of AIX, the parent isn't implicitly bound to a CPU
(so the children don't inherit it), and when the AIX WPAR feature is enabled
this call can return EPERM, even though the child process is already unbound.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922392 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/event/event.c
server/mpm/prefork/prefork.c
server/mpm/worker/worker.c