Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 97230 invoked by uid 500); 16 Feb 2001 06:09:05 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 97219 invoked by uid 500); 16 Feb 2001 06:09:05 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 16 Feb 2001 06:09:04 -0000 Message-ID: <20010216060904.97215.qmail@apache.org> From: rbb@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS rbb 01/02/15 22:09:04 Modified: . STATUS Log: Add a note about using APR threads and processes. Revision Changes Path 1.199 +5 -1 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.198 retrieving revision 1.199 diff -u -d -b -w -u -r1.198 -r1.199 --- STATUS 2001/02/10 22:21:22 1.198 +++ STATUS 2001/02/16 06:09:04 1.199 @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/02/10 22:21:22 $] +Last modified at [$Date: 2001/02/16 06:09:04 $] Release: @@ -97,6 +97,10 @@ Status: Greg volunteers RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + + * All of our MPMs should use APR for threads/processes. This + will allow us to error out if a threaded MPM is chosen on a + platform that doesn't support threads. * Combine log_child and piped_log_spawn. Clean up http_log.c. Common logging API.