Do not setup pipes between SERVER processes, they don't talk to each
authorflorian <florian@openbsd.org>
Sat, 4 Dec 2021 06:52:58 +0000 (06:52 +0000)
committerflorian <florian@openbsd.org>
Sat, 4 Dec 2021 06:52:58 +0000 (06:52 +0000)
commitf2de6a3f63182db55d005c32d33e1b5cb686ff32
tree3d3230a64c826827493c590c2e2125d9fac21428
parent6bd9d0e386e2c035eb9062b34dde12dfca9b4fb8
Do not setup pipes between SERVER processes, they don't talk to each
other. Since this generates a full mesh, the amount of filedescriptors
needed grows quadratically with the amount of configured prefork
processes.

Might fix an out of filedescriptor bug that beck is seeing.
OK benno
usr.sbin/httpd/proc.c