]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mpm_winnt: Drop the APLOG_DEBUG diagnostic saying how many thread
authorEvgeny Kotkov <kotkov@apache.org>
Tue, 11 Jul 2017 17:45:55 +0000 (17:45 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Tue, 11 Jul 2017 17:45:55 +0000 (17:45 +0000)
commitf4f5dbc08c014da10ecf151ad6f0b9a7985fc572
treea16f1a1e69aae8691588bee95d3afc2815b9c895
parent73b0441e089d60ef3942119b3ed1adc3f80c81bd
mpm_winnt: Drop the APLOG_DEBUG diagnostic saying how many thread
are blocked on the I/O completion port during the shutdown.

Prior to r1801635, the shutdown code required to know the amount of blocked
threads, as it has been dispatching the same amount of completion packets.
But this no longer holds, and the only reason why we maintain the
corresponding g_blocked_threads variable is because of this debug
diagnostic message.

Drop it in order to reduce complexity of the quite critical code in the
winnt_get_connection() function and to reduce the amount of global
variables.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801640 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/child.c