aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2024-02-09 11:16:13 +0000
committerRon Yorston <rmy@pobox.com>2024-02-09 11:16:13 +0000
commit5604ec323049c89b09ec7b5f4c816ab659e25dfc (patch)
treeb35e2a5769ec9f0b7c3ca30acd9cda9fba4673b6 /TODO
parentc44f23f4acbbd854eccd962110e41343d8f03296 (diff)
downloadbusybox-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 'TODO')
0 files changed, 0 insertions, 0 deletions