]> granicus.if.org Git - apache/commit
This small patch modifies the log's to use plog instead of pconf.
authorDavid Reid <dreid@apache.org>
Tue, 8 Jan 2002 16:30:16 +0000 (16:30 +0000)
committerDavid Reid <dreid@apache.org>
Tue, 8 Jan 2002 16:30:16 +0000 (16:30 +0000)
commit7c772d38938d743116e6913726d1f147d003e15b
tree5157c1fd2d64d365f00543b2e30c91366ee83eee
parent7aec71d88079f27be72d8957029834f8427f62d8
This small patch modifies the log's to use plog instead of pconf.
Basically pconf is cleared at different times from plog, and this
has the effect of leaving stderr closed when going into the next
stage of the config. This also had the effect of allowing FreeBSD
with threads to create a pipe with stderr's fd at one end, and this
resulted in problems with the signal polling and high cpu usage.

In addition, move the clearing of plog from main.c to core.c where
it seems more appropriate.

This solves the first and main problem that FreeBSD has with the
threaded MPM's.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92769 13f79535-47bb-0310-9956-ffa450edef68
server/core.c
server/main.c