]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Change the compile switches for ReliantUNIX SVR4 not to use
authorMartin Kraemer <martin@apache.org>
Fri, 18 May 2001 15:45:40 +0000 (15:45 +0000)
committerMartin Kraemer <martin@apache.org>
Fri, 18 May 2001 15:45:40 +0000 (15:45 +0000)
commitda6c132afea442599c7c692a068b131350041bf4
treefee691f149d859730ff05a1a67fe32b11cc228a4
parent2fcabfd11fb9f3e0e2d13950761e7a8ed28c304c
Change the compile switches for ReliantUNIX SVR4 not to use
SYSV semaphores, because upon reaching the system limit of
semaphores, the whole server exits (not just one child).
Apache could be improved to use Dean's NO_SEM_UNDO flag (see test/time-sem.c)
which is currently implemented only in the time-sem test program, but not in
apache. Until then, revert to using fcntl() locks.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89151 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/Configure