From f47b3cda51b9372f932bcf635099d85bb54a0fea Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Wed, 12 Dec 2001 10:09:58 +0000 Subject: [PATCH] Oh, FreeBSD, you don't like having multiple children, do you? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92432 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 23e54ec42d..8652a8466e 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/12/08 01:38:04 $] +Last modified at [$Date: 2001/12/12 10:09:58 $] Release: @@ -94,6 +94,13 @@ RELEASE SHOWSTOPPERS: RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * FreeBSD, threads, and worker MPM. All seems to work fine + if you only have one worker process with many threads. Add + a second worker process and the accept lock seems to be + lost. This might be an APR issue with how it deals with + the child_init hook (i.e. the fcntl lock needs to be resynced). + More examination and analysis is required. + * There is increasing demand from module writers for an API that will allow them to control the server à la apachectl. Reasons include sole-function servers that need to die if -- 2.50.1