Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 18935 invoked by uid 6000); 25 May 1999 05:49:30 -0000 Received: (qmail 18928 invoked by alias); 25 May 1999 05:49:29 -0000 Delivered-To: apache-apr-cvs@hyperreal.org Received: (qmail 18920 invoked by uid 216); 25 May 1999 05:49:28 -0000 Date: 25 May 1999 05:49:28 -0000 Message-ID: <19990525054928.18919.qmail@hyperreal.org> From: manoj@hyperreal.org To: apache-apr-cvs@hyperreal.org Subject: cvs commit: apache-apr STATUS Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org manoj 99/05/24 22:49:28 Modified: . STATUS Log: oh well... Revision Changes Path 1.25 +8 -1 apache-apr/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-apr/STATUS,v retrieving revision 1.24 retrieving revision 1.25 diff -u -u -r1.24 -r1.25 --- STATUS 1999/05/24 03:47:39 1.24 +++ STATUS 1999/05/25 05:49:27 1.25 @@ -1,5 +1,5 @@ Apache Portable Runtime STATUS: -Last modified at [$Date: 1999/05/24 03:47:39 $] +Last modified at [$Date: 1999/05/25 05:49:27 $] Release: @@ -42,6 +42,13 @@ Everything Needs patch: + + With Linux 2.2.9 + glibc 2.1.1pre (from RH 6), if MaxRequestsPerChild + is low (e.g. 5) and ThreadsPerChild is high (e.g. 64), some processes + will hang in pthread_create. This is an insane configuration, though. + + With AIX 4.2, if MaxRequestsPerChild is low and ThreadsPerChild is + high, the signal delivered to sigwait gets dropped on the floor. Open issues: