diff options
author | Ron Yorston <rmy@pobox.com> | 2024-02-09 11:16:13 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-02-09 11:16:13 +0000 |
commit | 5604ec323049c89b09ec7b5f4c816ab659e25dfc (patch) | |
tree | b35e2a5769ec9f0b7c3ca30acd9cda9fba4673b6 /docs | |
parent | c44f23f4acbbd854eccd962110e41343d8f03296 (diff) | |
download | busybox-w32-5604ec323049c89b09ec7b5f4c816ab659e25dfc.tar.gz busybox-w32-5604ec323049c89b09ec7b5f4c816ab659e25dfc.tar.bz2 busybox-w32-5604ec323049c89b09ec7b5f4c816ab659e25dfc.zip |
httpd: avoid unnecessary process creation
The httpd server made unnecessary calls to detach from the console.
Avoiding this saves one process creation when a file is being
served and two for a CGI script.
Then again, commit ad4bd5bbd (win32: avoid console windows from CGI
scripts) results in a console host always being created for a CGI
script even if it turns out to be unnecessary. So the net saving
is only one process for CGI scripts.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions