Loading CHANGES +3 −0 Original line number Diff line number Diff line Changes with Apache 2.0.19-dev *) httpd children now re-bind themselves to a random CPU on multiprocessor systems on AIX via bindprocessor() in 2.0. [Victor J. Orlikowski] *) Fix htdigest. It would go into a loop in getline when adding a second user. [Bill Stoddard] Loading configure.in +2 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,8 @@ unistd.h \ sys/socket.h \ pwd.h \ grp.h \ strings.h strings.h \ sys/processor.h ) AC_HEADER_SYS_WAIT Loading server/mpm/experimental/perchild/perchild.c +1 −1 Original line number Diff line number Diff line Loading @@ -967,7 +967,7 @@ static int make_child(server_rec *s, int slot) } if (!pid) { #ifdef AIX_BIND_PROCESSOR #ifdef HAVE_SYS_PROCESSOR_H /* By default, AIX binds to a single processor. This bit unbinds children which will then bind to another CPU. */ Loading server/mpm/perchild/perchild.c +1 −1 Original line number Diff line number Diff line Loading @@ -967,7 +967,7 @@ static int make_child(server_rec *s, int slot) } if (!pid) { #ifdef AIX_BIND_PROCESSOR #ifdef HAVE_SYS_PROCESSOR_H /* By default, AIX binds to a single processor. This bit unbinds children which will then bind to another CPU. */ Loading server/mpm/prefork/prefork.c +1 −1 Original line number Diff line number Diff line Loading @@ -868,7 +868,7 @@ static int make_child(server_rec *s, int slot) } if (!pid) { #ifdef AIX_BIND_PROCESSOR #ifdef HAVE_SYS_PROCESSOR_H /* by default AIX binds to a single processor * this bit unbinds children which will then bind to another cpu */ Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Changes with Apache 2.0.19-dev *) httpd children now re-bind themselves to a random CPU on multiprocessor systems on AIX via bindprocessor() in 2.0. [Victor J. Orlikowski] *) Fix htdigest. It would go into a loop in getline when adding a second user. [Bill Stoddard] Loading
configure.in +2 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,8 @@ unistd.h \ sys/socket.h \ pwd.h \ grp.h \ strings.h strings.h \ sys/processor.h ) AC_HEADER_SYS_WAIT Loading
server/mpm/experimental/perchild/perchild.c +1 −1 Original line number Diff line number Diff line Loading @@ -967,7 +967,7 @@ static int make_child(server_rec *s, int slot) } if (!pid) { #ifdef AIX_BIND_PROCESSOR #ifdef HAVE_SYS_PROCESSOR_H /* By default, AIX binds to a single processor. This bit unbinds children which will then bind to another CPU. */ Loading
server/mpm/perchild/perchild.c +1 −1 Original line number Diff line number Diff line Loading @@ -967,7 +967,7 @@ static int make_child(server_rec *s, int slot) } if (!pid) { #ifdef AIX_BIND_PROCESSOR #ifdef HAVE_SYS_PROCESSOR_H /* By default, AIX binds to a single processor. This bit unbinds children which will then bind to another CPU. */ Loading
server/mpm/prefork/prefork.c +1 −1 Original line number Diff line number Diff line Loading @@ -868,7 +868,7 @@ static int make_child(server_rec *s, int slot) } if (!pid) { #ifdef AIX_BIND_PROCESSOR #ifdef HAVE_SYS_PROCESSOR_H /* by default AIX binds to a single processor * this bit unbinds children which will then bind to another cpu */ Loading