Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 42617 invoked by uid 500); 21 Feb 2001 20:30:55 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 42604 invoked from network); 21 Feb 2001 20:30:54 -0000 From: Cliff Woolley To: new-httpd@apache.org MMDF-Warning: Parse error in original version of preceding line at mail.virginia.edu Subject: RE: perchild mpm on FreeBSD 4.2 Date: Wed, 21 Feb 2001 14:29:58 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > -----Original Message----- > > Perhaps this should be split out into an apr_sigwait() so that > > Apache can use it as well. > > I had actually done that yesterday. It looks like I put it directly into > apr_private.h.in, but it should have gone into acconfig.h. Fix on the > way. That's cool. I couldn't find it, so I assumed it wasn't there. At any rate, perchild needs to be migrated to APR threads (and at least s/ap_sigwait/apr_sigwait/ ) to match the threaded MPM. --Cliff